diff options
author | Damien Lallement <dams@mageia.org> | 2011-06-01 14:32:02 +0000 |
---|---|---|
committer | Damien Lallement <dams@mageia.org> | 2011-06-01 14:32:02 +0000 |
commit | e25a094b07b34bf4c1bf1b26b3599e67be6ddd25 (patch) | |
tree | 7ebf5a660e85b19bf557aad2da3c814fb1edc274 /cs/index.php | |
parent | 36a420f95ff573e8b241b091456f32233d48c049 (diff) | |
download | www-e25a094b07b34bf4c1bf1b26b3599e67be6ddd25.tar www-e25a094b07b34bf4c1bf1b26b3599e67be6ddd25.tar.gz www-e25a094b07b34bf4c1bf1b26b3599e67be6ddd25.tar.bz2 www-e25a094b07b34bf4c1bf1b26b3599e67be6ddd25.tar.xz www-e25a094b07b34bf4c1bf1b26b3599e67be6ddd25.zip |
add the twitter 'follow us' button
Diffstat (limited to 'cs/index.php')
-rw-r--r-- | cs/index.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cs/index.php b/cs/index.php index 3278fd6c0..92640c131 100644 --- a/cs/index.php +++ b/cs/index.php @@ -67,7 +67,9 @@ </div> <div class="yui-u"> <div class="para"> - <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FMageia%2F157247240967735&width=320&connections=10&stream=false&header=false&height=255" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:320px; height:255px;" allowTransparency="true"></iframe> + <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FMageia%2F157247240967735&width=320&connections=10&stream=false&header=false&height=255" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:320px; height:255px;" allowTransparency="true"></iframe> + <a href="http://twitter.com/mageia_org" class="twitter-follow-button">Follow @mageia_org</a> +<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> </div> </div> </div> @@ -75,4 +77,4 @@ </div> </body> -</html>
\ No newline at end of file +</html> |