Don't like ads? PRO users don't see any ads ;-)
Guest

Kevin Banet

By: a guest on Mar 28th, 2010  |  syntax: PHP  |  size: 1.03 KB  |  hits: 445  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.       <!-- #wrap -->
  2.     </div>
  3.   <!-- #page -->
  4. <div id="footer">
  5. <?php if(get_option('ds_foot_nav')) { ?>
  6.   <ul>
  7.     <li<?php if (is_home()) echo ' class="current_page_item"'; ?>><a href="<?php echo get_settings('home'); ?>/">Home</a></li>
  8.  <?php if(get_option('ds_landing') == 'Categories') wp_list_categories('orderby=name&show_count=0&title_li='); else wp_list_pages('exclude='.$ds_exclude.'&title_li=&sort_column=menu_order' ); ?>
  9.  
  10.   </ul>
  11.   <br/>
  12. <?php } ?>
  13.  
  14.   <p>
  15.  
  16.     <?php if(get_option('ds_copyright')) echo stripslashes(get_option('ds_copyright')); else echo '<em></em><br/>'; ?>
  17. </p>
  18.  
  19.     <div class="credit"><p class="credit"><?php if(!get_option('ds_credit')) echo '<br/><em><a href="http://www.wicked-wordpress-themes.com">wordpress themes</a> <a href="http://www.coloncleanse-detox.com/">colon detox</a>.</em>'; ?>
  20.   </div>
  21.  
  22.  
  23.  
  24.  
  25. <?php wp_footer(); ?>
  26. <?php if(get_option('ds_footer_tracker')) echo stripslashes(get_option('ds_footer_tracker')); ?>
  27. <!-- #footer -->
  28. </div>
  29.  
  30. </div>
  31. </body>
  32. </html>