Advertisement
Guest User

Kevin Banet

a guest
Mar 22nd, 2010
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.86 KB | None | 0 0
  1. <div class="art-Footer">
  2.     <div class="art-Footer-inner">
  3.         <a href="<?php bloginfo('rss2_url'); ?>" class="art-rss-tag-icon" title="RSS"></a>
  4.         <div class="art-Footer-text">
  5.             <p><?php  global ;  = get_option('art_footer_content'); if ( === false)  = ; echo ;?></p>
  6.         </div>
  7.     </div>
  8.     <div class="art-Footer-background">    </div>
  9. </div>
  10.  
  11. <div class="cleared"></div>    
  12.  
  13. </div>
  14. </div>
  15.  
  16. <div class="cleared"></div>
  17.  
  18. <p class="art-page-footer">Designed by <a href="http://www.omnis.com/">Omnis Network</a>. In Collaboration with <a href="http://www.omnis.com/webhosting.php"> web hosting,<a href="http://www.surfacecore.com">Business, <a href="http://www.surrotech.com/">Technology</p>
  19. </div>
  20.  
  21. <!-- <?php printf(__('%d queries. %s seconds.', 'kubrick'), get_num_queries(), timer_stop(0, 3)); ?> -->
  22. <div><?php wp_footer(); ?></div>
  23.  
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement