Footer mania continues
Maybe I mentioned this elsewhere, but what the hell, here is is again. To add a clone of the top nav, just do this:
/* Remove Thesis attribution, add footer nav */
remove_action(‘thesis_hook_footer’, ‘thesis_attribution’);
add_action(‘thesis_hook_footer’, ‘thesis_nav_menu’);