
Kevin Banet
By: a guest on
Mar 28th, 2010 | syntax:
PHP | size: 1.03 KB | hits: 445 | expires: Never
<!-- #wrap -->
</div>
<!-- #page -->
<div id="footer">
<?php if(get_option('ds_foot_nav')) { ?>
<ul>
<li<?php if (is_home()) echo ' class="current_page_item"'; ?>><a href="<?php echo get_settings('home'); ?>/">Home</a></li>
<?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' ); ?>
</ul>
<br/>
<?php } ?>
<p>
<?php if(get_option('ds_copyright')) echo stripslashes(get_option('ds_copyright')); else echo '<em></em><br/>'; ?>
</p>
<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>'; ?>
</div>
<?php wp_footer(); ?>
<?php if(get_option('ds_footer_tracker')) echo stripslashes(get_option('ds_footer_tracker')); ?>
<!-- #footer -->
</div>
</div>
</body>
</html>