get_template( 'header.tpl.php' ); ?> parent->args['intro_text'] ) ) { ?>
parent->args['intro_text'] ); ?>
get_template( 'menu_container.tpl.php' ); ?>
get_template( 'header_stickybar.tpl.php' ); ?>
 
parent->sections as $k => $section) { if ( isset( $section['customizer_only'] ) && $section['customizer_only'] == true ) { continue; } //$active = ( ( is_numeric($this->parent->current_tab) && $this->parent->current_tab == $k ) || ( !is_numeric($this->parent->current_tab) && $this->parent->current_tab === $k ) ) ? ' style="display: block;"' : ''; $hide_wrapper = ''; if(function_exists('amp_activate') ){ $enabledOptions = array('basic','amp-e-commerce','disqus-comments','opt-text-subsection','amp-content-builder', 'amp-seo', 'fb-instant-article', 'hide-amp-section','amp-advance', 'amp-translator', 'design', 'amp-theme-settings', 'amp-theme-global-subsection', 'amp-theme-header-settings','amp-theme-homepage-settings', 'amp-single', 'amp-theme-footer-settings', 'amp-theme-page-settings', 'amp-social', 'ampforwp-date-section', 'amp-design'); $enabledOptions = apply_filters( 'ampforwp_standalone_mode_wrapper', $enabledOptions ); if(in_array($section['id'], $enabledOptions)){ $hide_wrapper = '
'; } } $section['class'] = isset( $section['class'] ) ? ' ' . $section['class'] : ''; echo '
'.$hide_wrapper; //echo '
'; echo ''; foreach ($section['tab'] as $subkey => $subsection) { echo '
'; echo '
'; echo "hello ".$subkey; do_settings_sections( $this->parent->args['opt_name'] . $k . '_tab_' . $subkey . '_section_group' ); echo "
"; echo "
"; } echo "
"; } else { */ // Don't display in the $display = true; if ( isset( $_GET['page'] ) && $_GET['page'] == $this->parent->args['page_slug'] ) { if ( isset( $section['panel'] ) && $section['panel'] == "false" ) { $display = false; } } if ( $display ) { do_action( "redux/page/{$this->parent->args['opt_name']}/section/before", $section ); $this->output_section( $k ); do_action( "redux/page/{$this->parent->args['opt_name']}/section/after", $section ); } //} ?>
'; } /** * action 'redux/page-after-sections-{opt_name}' * * @deprecated * * @param object $this ReduxFramework */ do_action( "redux/page-after-sections-{$this->parent->args['opt_name']}", $this ); // REMOVE LATER /** * action 'redux/page/{opt_name}/sections/after' * * @param object $this ReduxFramework */ do_action( "redux/page/{$this->parent->args['opt_name']}/sections/after", $this ); ?>
get_template( 'footer.tpl.php' ); ?>