array( 'panel' => 'edict-lite-homepage-about', 'section' => 'about', 'enable' => '1' ) , '1' => array( 'panel' => 'edict-lite-homepage-service', 'section' => 'service', 'enable' => '1' ) , '2' => array( 'panel' => 'edict-lite-homepage-faq', 'section' => 'faq', 'enable' => '1' ) , '3' => array( 'panel' => 'edict-lite-homepage-testimonial', 'section' => 'testimonial', 'enable' => '1' ) , '4' => array( 'panel' => 'edict-lite-homepage-portfolio', 'section' => 'portfolio', 'enable' => '1' ) , '5' => array( 'panel' => 'edict-lite-homepage-counter', 'section' => 'counter', 'enable' => '1' ) , '6' => array( 'panel' => 'edict-lite-homepage-vision', 'section' => 'vision', 'enable' => '1' ) , '7' => array( 'panel' => 'edict-lite-homepage-team', 'section' => 'team', 'enable' => '1' ) , '8' => array( 'panel' => 'edict-lite-homepage-blog', 'section' => 'blog', 'enable' => '1' ) , '9' => array( 'panel' => 'edict-lite-homepage-cta', 'section' => 'cta', 'enable' => '1' ) , '10' => array( 'panel' => 'edict-lite-homepage-contact', 'section' => 'contact', 'enable' => '1' ) , ); $edict_lite_sections = get_theme_mod('edict_lite_frontpage_sections', '$default_sections' ); if( empty( $edict_lite_sections ) ){ set_theme_mod('edict_lite_frontpage_sections', $default_sections ); $edict_lite_sections = $default_sections; } foreach ( $edict_lite_sections as $edict_lite_section ) { if( $edict_lite_section['enable'] ) { do_action('edict_lite_'. $edict_lite_section['section'] . '_section',$edict_lite_options); } } get_footer();