diff options
author | Damien Lallement <dams@mageia.org> | 2011-06-30 09:58:40 +0000 |
---|---|---|
committer | Damien Lallement <dams@mageia.org> | 2011-06-30 09:58:40 +0000 |
commit | b660673a0de4d3ec3327857de649b356a288cd14 (patch) | |
tree | 3ea06738f7078cc8760870efd896bba4a9229ad4 /en/index.php | |
parent | ce030b9aa863c58080cf066ee874a79eeeab87e9 (diff) | |
download | www-b660673a0de4d3ec3327857de649b356a288cd14.tar www-b660673a0de4d3ec3327857de649b356a288cd14.tar.gz www-b660673a0de4d3ec3327857de649b356a288cd14.tar.bz2 www-b660673a0de4d3ec3327857de649b356a288cd14.tar.xz www-b660673a0de4d3ec3327857de649b356a288cd14.zip |
add back a (small) FB button on the main page
Diffstat (limited to 'en/index.php')
-rw-r--r-- | en/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/en/index.php b/en/index.php index 52f112684..bfa8e343e 100644 --- a/en/index.php +++ b/en/index.php @@ -45,7 +45,8 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules); <a href="./1/" title="Mageia 1"><img src="/g/1/screenshots/opt-mageia.jpg" alt="Mageia 1 Desktop" class="rel-desktop-home"></a> <div id="bd" role="main"> <div class="yui-g"><div class="para"> - <p><a href="http://twitter.com/mageia_org" class="twitter-follow-button" data-lang="<?php echo $locale; ?>">Follow @mageia_org</a> + <p><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:facepile href="facebook.com/Mageia" width="200" max_rows="1"></fb:facepile> + <a href="http://twitter.com/mageia_org" class="twitter-follow-button" data-lang="<?php echo $locale; ?>">Follow @mageia_org</a> <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script></p> </div></div> |