>
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' ), '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' ), ); ?>