>
itemscope itemtype="http://schema.org/WebPage" id="body"> get_theme_mod('nav_menu_name'), 'container' => '', 'menu_class' => '', 'items_wrap' => '%3$s', 'walker' => new Navthemes_Nav_Menu() ); $modules = array( 'welcome' =>array( 'show' => get_theme_mod('showin_menu_welcome', 0), 'text' => get_theme_mod('welcome_menu_title', 'Welcome'), 'link' => '#welcome' ), 'pages' =>array( 'show' => get_theme_mod('showin_menu_pages', 1), 'text' => get_theme_mod('pages_menu_title', 'Pages'), 'link' => '#pages' ), 'portfolio' =>array( 'show' => get_theme_mod('showin_menu_portfolio', 1), 'text' => get_theme_mod('portfolio_menu_title', 'Portfolio'), 'link' => '#portfolio_section' ), 'team' =>array( 'show' => get_theme_mod('showin_menu_team', 1), 'text' => get_theme_mod('team_menu_title', 'Team'), 'link' => '#team_wrapper' ), 'statistics' =>array( 'show' => get_theme_mod('showin_menu_statistics', 1), 'text' => get_theme_mod('statistics_menu_title', 'Statistics'), 'link' => '#statistics' ), 'services' =>array( 'show' => get_theme_mod('showin_menu_services', 1), 'text' => get_theme_mod('services_menu_title', 'Services'), 'link' => '#services' ), 'testimonials' =>array( 'show' => get_theme_mod('showin_menu_testimonial', 1), 'text' => get_theme_mod('testimonials_menu_title', 'Testimonials'), 'link' => '#testimonials' ), 'plans' =>array( 'show' => get_theme_mod('showin_menu_plans', 1), 'text' => get_theme_mod('plans_menu_title', 'Plans'), 'link' => '#plans' ), 'twitter' =>array( 'show' => get_theme_mod('showin_menu_twitter', 0), 'text' => get_theme_mod('twitter_menu_title', 'twitter'), 'link' => '#twitter' ), 'contact' =>array( 'show' => get_theme_mod('showin_menu_contact', 1), 'text' => get_theme_mod('contacts_menu_title', 'Contact'), 'link' => '#contacts' ), ); ?>