template_type && $this->template_type == 'header' ){ $page_options_label = esc_html__('Header options', 'mfn-opts'); }else if( $this->template_type && $this->template_type == 'footer' ){ $page_options_label = esc_html__('Footer options', 'mfn-opts'); }else if( $this->template_type && $this->template_type == 'megamenu' ){ $page_options_label = esc_html__('Mega menu options', 'mfn-opts'); }else if( $this->template_type && $this->template_type == 'popup' ){ $page_options_label = esc_html__('Popup options', 'mfn-opts'); }else if( $this->template_type && $this->template_type == 'sidemenu' ){ $page_options_label = esc_html__('Sidebar options', 'mfn-opts'); }else if( $this->template_type ){ $page_options_label = esc_html__('Template options', 'mfn-opts'); } echo ''; ?>