Advertisement
Guest User

Otto

a guest
Jan 19th, 2010
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.83 KB | None | 0 0
  1. echo '</div> <!-- end #main-area -->
  2.                
  3.             </div> <!-- end #content -->
  4.         </div> <!-- end #contentwrap -->
  5.        
  6.         <div id="footer-widgets-wrap">
  7.             <div id="footer-widgets" class="clearfix">
  8.            
  9.                 ';if ( !function_exists('dynamic_sidebar') ||!dynamic_sidebar('Footer') ) : ;echo '
  10.                 ';endif;;echo '            
  11.             </div> <!-- end #footer-widgets -->
  12.         </div> <!-- end #footer-widgets-wrap -->
  13.        
  14.         <div id="footer">
  15.             <p id="copyright">';_e('Powered by ','OnTheGo');;echo '<a href="http://g.tk/wp">WordPress</a> | <a href="http://themes.weboy.org">WordPress Themes</a> ';_e('Designed by ','OnTheGo');;echo '<a href="http://elegantthemes.com">Elegant Themes</a></p>
  16.         </div> <!-- end #footer -->
  17.        
  18.     </div> <!-- end container -->
  19.                
  20.     ';include(TEMPLATEPATH .'/includes/scripts.php');;echo '
  21. ';wp_footer();;echo '  
  22. </body>
  23. </html>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement