芝麻web文件管理V1.00
编辑当前文件:/home/soundframestudio/www/wp-content/themes/betheme/visual-builder/partials/sidebar-menu.php
'; if( ! WHITE_LABEL ){ echo '
Be Builder - Powered by Muffin Group
'.($version ? 'V'.MFN_THEME_VERSION : "").'
'; } else { echo '
'; } echo '
Elements
'; if( $this->template_type && $this->template_type == 'header' ){ echo '
Pre-built sections
'; }elseif( $this->template_type && $this->template_type == 'footer' ){ echo '
Pre-built sections
'; }else{ echo '
Pre-built sections
'; } echo '
Export / Import
Single page import
'; if ( isset( $be_yoast_ready ) && defined( 'WPSEO_FILE' ) ) echo '
Yoast SEO
'; echo '
History'. ( ! is_admin() ? ' (Unavailable in Demo)' : '' ) .'
'; if( $this->template_type && $this->template_type == 'header' ){ echo '
Options
'; }elseif( $this->template_type && $this->template_type == 'footer' ){ echo '
Options
'; }elseif( $this->template_type && $this->template_type == 'megamenu' ) { echo '
Options
'; }elseif( $this->template_type && $this->template_type == 'popup' ) { echo '
Options
'; }elseif( $this->template_type && $this->template_type == 'sidemenu' ) { echo '
Options
'; }elseif( $this->template_type ) { echo '
Options
'; }else{ echo '
Options
'; } if( current_user_can( 'edit_theme_options' ) ) echo '
Theme options
'; echo '
Settings
'; if( is_admin() ) { echo '
Back to WordPress
Back to WordPress
Edit page
'; }else{ echo '
Back to WordPress
'; } echo '
';