Advertisement
Guest User

Kevin Banet

a guest
Apr 28th, 2010
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.92 KB | None | 0 0
  1.         <!-- Sidebar -->
  2.         <div class="sidebar sidebar-right">
  3.        
  4.             <h3>Categories</h3>
  5.             <ul>
  6.                 <?php wp_list_categories('title_li='); ?>
  7.             </ul>
  8.            
  9.             <h3>Blogroll</h3>
  10.  
  11.             <ul>
  12.                 <?php wp_list_bookmarks('categorize=0&title_li='); ?>
  13.             </ul>
  14.            
  15.             <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>
  16.            
  17.             <?php endif; ?>
  18.        
  19.         </div>
  20.         <!-- Sidebar -->
  21.        
  22.         <div class="clear"></div>
  23.    
  24.     </div></div></div>
  25.  
  26.     <!-- /Main -->
  27.    
  28.     <!-- Footer -->
  29.     <div id="footer">
  30.    
  31.         <!-- Copyright -->
  32.         <div id="copyright">
  33.             (c)Copyrighted <?php bloginfo('name'); ?>, All Rights Reserved.<br />Restaurant Theme <a href="http://www.wordpress-themes.net-tec.biz">Wordpress Themes</a> | <a href="http://www.hosting.net-tec.biz">Hosting und Webspace</a>
  34.      
  35.  
  36.         </div>
  37.  
  38.         <!-- /Copyright -->
  39.    
  40.     </div>
  41.     <!-- Footer -->
  42.  
  43. </div>
  44. <!-- /Page -->
  45.  
  46. <?php wp_footer(); ?>
  47.  
  48. </body>
  49.  
  50. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement