?><!-- Clear --> <div class="clear"></div> <!-- Bottom Links // --> <div class="bottomlinks"> <ul class="cats"> <?php wp_list_categories('sort_column=menu_order&title_li=&depth=1&show_count=0&include='.get_wpn_config('menu_include').'&exclude='.get_wpn_config('menu_exclude')); ?> </ul> <ul class="pages"> <li><a href="<?php echo get_option('home'); ?>">Home</a></li> <?php wp_list_pages('sort_column=menu_order&title_li=&depth=1&include='.get_wpn_config('toplinks_include').'&exclude_tree='.get_wpn_config('toplinks_exclude')); ?> </ul> </div> <!-- // Bottom Links --> </div> <!-- // Content --> <!-- Footer // --> <div class="footer"> <div class="fleft"> <img src="<?php bloginfo('stylesheet_directory'); ?>/img/logo_small-trans.png" alt="" /><br /> Copyright © 2010 <?php bloginfo('name'); ?>. All rights reserved. THEME: <a href="http://www.5themes.com/">WordPress Themes</a> </div> <div class="fright"> Sponsored By: <a href="http://www.hoststore.com">Dedicated Servers</a>. </div> </div> <!-- // Footer --> </div> <!-- // Wrapper --> <?php wp_footer(); ?> </body> </html> Code (markup):