Guest User

Untitled

a guest
Feb 22nd, 2013
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.35 KB | None | 0 0
  1. <footer>
  2.   <div class="footerContent">
  3.     <ul>
  4.       <li><a href="/contact.html">Contact</a></li>
  5.       <li><a href="mailto:[email protected]">[email protected]</a></li>
  6.       <li><a href="/contact.html">Ask us a question</a></li>
  7.     </ul>
  8.     <ul>
  9.       <li><a href="/about.html">About</a></li>
  10.       <li><a href="/frequently-asked-questions.html">Gamers Nation FAQ</a></li>
  11.       <li><a href="/about.html">What is Gamers Nation</a></li>
  12.       <li><a href="/sponsors.html">Partners and sponsors</a></li>
  13.     </ul>
  14.     <ul>
  15.       <li><a href="/archive.html">Achives</a></li>
  16.       <li><a href="/archive.html#videos">Videos</a></li>
  17.       <li><a href="/archive.html#galleries">Galleries</a></li>
  18.     </ul>
  19.     <ul class="socialLink">
  20.       <li>Find us</li>
  21.       <li><a class="socialLink yt_ico" href="http://www.youtube.com/GamersNationDK" title="Stalk us on YouTube" target="_blank"></a></li>
  22.       <li><a class="socialLink fb_ico" href="https://www.facebook.com/pages/Gamers-Nation/486238434729791" title="Stalk us on Facebook" target="_blank"></a></li>
  23.       <li><a class="socialLink tw_ico" href="http://twitter.com/GamersNationDK" title="Stalk us on Twitter" target="_blank"></a></li>
  24.       <li class="copyright">Copyright © 2013 <a href="http://gamersnation.dk/">Gamers Nation</a></li>
  25.     </ul>
  26.     <ul class="gnLogo">
  27.       <li><a href="/index.html">gamers&nbsp;<span>nation</span></a></li>
  28.     </ul>
  29.     <div class="clear"></div>
  30.   </div>
  31. </footer>
  32. </div>
  33. <!-- ColorBox -->
  34.  
  35.   <!-- JavaScript at the bottom for fast page loading -->
  36. <script type="text/javascript" src="<?php echo $this->getThemePath()?>/http://modernizr.com/downloads/modernizr-latest.js"></script>
  37. <script type="text/javascript" src="<?php echo $this->getThemePath()?>/http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  38. <script type="text/javascript" src="<?php echo $this->getThemePath()?>/http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>
  39. <script type="text/javascript" src="<?php echo $this->getThemePath()?>/js/contentSliders.js"></script>
  40. <script type="text/javascript" src="<?php echo $this->getThemePath()?>/js/video-embeds.js"></script>
  41. <script type="text/javascript" src="<?php echo $this->getThemePath()?>/js/colorbox/jquery.colorbox-min.js"></script>
  42. <?php Loader::element('footer_required'); ?>
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment