Advertisement
keyaspects

page

Aug 29th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. <?php get_header(); ?>
  2.  
  3. <!--BEGIN: Content-->
  4. <div id="content" role="main">
  5.     <?php wp_nav_menu( array( 'theme_location' => 'team-level1' ) ); ?>
  6.     <?php wp_nav_menu( array( 'theme_location' => 'team-level2' ) ); ?>
  7.     <?php wp_nav_menu( array( 'theme_location' => 'team-level3' ) ); ?>
  8.     <?php wp_nav_menu( array( 'theme_location' => 'team-level4' ) ); ?>
  9. </div>
  10. <!--END: Content-->
  11.  
  12. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement