Advertisement
Guest User

Otto

a guest
Jul 30th, 2009
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.70 KB | None | 0 0
  1. ?><?php include (TEMPLATEPATH . '/bottom.php'); ?>
  2. <div class="clear"></div>
  3. <div id="footer">
  4. <div class="fmenu">
  5.  <ul>
  6.  <li><a href="<?php bloginfo('url'); ?>">Home</a></li>
  7.  <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
  8. </ul>
  9. </div> 
  10.  
  11. <span class="left">  Designed  by <a href="http://www.web2feel.com" target="_blank"> web2feel.com </a>  </span>
  12. <span class="right"> Coded  by <a href="http://www.localmatch.com/" target="_blank">Local Dating</a>, <a href="http://www.onlinedatingresource.com/" target="_blank">Dating Tips</a>,<a href="http://www.millionaireflirt.com/" target="_blank">Sugar Daddies</a>  </span>
  13.        
  14. </div>
  15. </div>
  16. <?php wp_footer(); ?>
  17. </body>
  18. </html>     <?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement