Advertisement
Guest User

Untitled

a guest
Jul 28th, 2013
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
EPC 1.53 KB | None | 0 0
  1. diff --git a/css/main.css b/css/main.css
  2. index c9d9fa1..779dc1d 100644
  3. --- a/css/main.css
  4. +++ b/css/main.css
  5. @@ -420,6 +420,21 @@ div#footer span.rss {
  6.     right:10px;
  7.  }
  8.  
  9. +div#footer span.twitter {
  10. +    position:absolute;
  11. +    right:30px;
  12. +}
  13. +
  14. +div#footer span.facebook {
  15. +    position:absolute;
  16. +    right:50px;
  17. +}
  18. +
  19. +div#footer span.youtube {
  20. +    position:absolute;
  21. +    right:70px;
  22. +}
  23. +
  24.  div#footer span.copyright {
  25.     display:block;
  26.     text-align:center;
  27. diff --git a/templates/footer-en.tpl b/templates/footer-en.tpl
  28. index 331556f..07fefae 100644
  29. --- a/templates/footer-en.tpl
  30. +++ b/templates/footer-en.tpl
  31. @@ -1,5 +1,15 @@
  32.  <div id="footer">
  33. +    <span class="facebook"><a href="http://www.facebook.com/StudentRobotics">
  34. +    <img src="{$root_uri}images/template/facebook.png" alt="Facebook" title="SR Facebook page"></a></span>
  35. +    
  36. +    <span class="twitter"><a href="https://twitter.com/StudentRobotics">
  37. +    <img src="{$root_uri}images/template/twitter.png" alt="Twitter" title="SR Twitter feed"></a></span>
  38. +    
  39. +    <span class="youtube"><a href="http://www.youtube.com/user/studentrobotics">
  40. +    <img src="{$root_uri}images/template/youtube.png" alt="YouTube" title="SR Youtube account"></a></span>
  41. +
  42.     <span class="rss"><a href="{$root_uri}feed.php">
  43.     <img src="{$root_uri}images/template/feed.png" alt="RSS" title="SR RSS Latest News Feed" /></a></span>
  44. -   <span class="copyright">&copy; Student Robotics 2011-2013</span>
  45. +  
  46. +    <span class="copyright">&copy; Student Robotics 2011-2013</span>
  47.  </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement