Return to Snippet

Revision: 37504
at December 11, 2010 02:11 by richerimage


Initial Code
function full_width_nav() { ?>
	<div id="nav_area" class="full_width">
		<div class="page">
			<?php thesis_nav_menu(); ?>
		</div>
	</div>
<?php }
remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_before_content_area', 'full_width_nav');

Initial URL


Initial Description


Initial Title
Full Width Nav in Thesis

Initial Tags


Initial Language
PHP