diff options
author | filip <filip.komar@gmail.com> | 2017-07-17 01:46:11 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2017-07-17 01:46:11 +0200 |
commit | 311b62243b9b1aa96a0f4819e65d9cf648fc692b (patch) | |
tree | 91179a7993864668292139c901b8332773068524 /en/downloads/get/index.php | |
parent | d27ea2cb7ccbea6ee528b649e473601ade5a52ae (diff) | |
download | www-311b62243b9b1aa96a0f4819e65d9cf648fc692b.tar www-311b62243b9b1aa96a0f4819e65d9cf648fc692b.tar.gz www-311b62243b9b1aa96a0f4819e65d9cf648fc692b.tar.bz2 www-311b62243b9b1aa96a0f4819e65d9cf648fc692b.tar.xz www-311b62243b9b1aa96a0f4819e65d9cf648fc692b.zip |
improving social network text suggested by Akien
+ fixing one note
Diffstat (limited to 'en/downloads/get/index.php')
-rw-r--r-- | en/downloads/get/index.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index d3e3cc485..24188e4e6 100644 --- a/en/downloads/get/index.php +++ b/en/downloads/get/index.php @@ -198,6 +198,10 @@ if (!$download) { $title = $product['name']; } +if(!isset($product['magnet'])) { + $product['magnet'] = null; +} + if ($debug) $js_redirect = null; @@ -333,7 +337,7 @@ gpg: There is no indication that the signature belongs to the owner. <?php endif; ?> </div> <div class="d-flex justify-content-center"> - <button type="button" class="btn btn-secondary btn-sm share-icon" title="<?php _g('By continuing this navigation, you agree to the use of cookies to enable you to share content via social network sharing buttons.')?>"><?php _g('Share')?></button> + <button type="button" class="btn btn-secondary btn-sm share-icon" title="<?php _g('By clicking this button, you agree to the use of HTTP cookies.', null, ' '); _g('They enable you to share content from this page via social network sharing buttons.'); ?>"><?php _g('Share')?></button> <div class="row"> <span class="col"><a href="https://twitter.com/mageia_org" class="twitter-follow-button" data-show-count="true" data-lang="<?php echo $locale; ?>"></a></span> <span class="col"><div class="fb-like" data-href="https://www.facebook.com/Mageia" data-layout="button_count" data-action="like" data-size="small" data-show-faces="true" data-share="true"></div></span> |