![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/themes/bugster/templates/ |
<?php /** * The template to display the side menu * * @package WordPress * @subpackage BUGSTER * @since BUGSTER 1.0 */ ?> <div class="menu_side_wrap <?php echo ' menu_side_' . esc_attr( bugster_get_theme_option( 'menu_side_icons' ) > 0 ? 'icons' : 'dots' ); if ( ! bugster_is_inherit( bugster_get_theme_option( 'menu_scheme' ) ) ) { echo ' scheme_' . esc_attr( bugster_get_theme_option( 'menu_scheme' ) ); } elseif ( ! bugster_is_inherit( bugster_get_theme_option( 'header_scheme' ) ) ) { echo ' scheme_' . esc_attr( bugster_get_theme_option( 'header_scheme' ) ); } ?> "> <span class="menu_side_button icon-menu-2"></span> <div class="menu_side_inner"> <?php // Logo set_query_var( 'bugster_logo_args', array( 'type' => 'side' ) ); get_template_part( apply_filters( 'bugster_filter_get_template_part', 'templates/header-logo' ) ); set_query_var( 'bugster_logo_args', array() ); // Main menu button ?> <div class="toc_menu_item"> <a href="#" class="toc_menu_description menu_mobile_description"><span class="toc_menu_description_title"><?php esc_html_e( 'Main menu', 'bugster' ); ?></span></a> <a class="menu_mobile_button toc_menu_icon icon-menu-2" href="#"></a> </div> </div> </div><!-- /.menu_side_wrap -->