| Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/e/g/l/eglisebaa/www/wp-content/themes/hallelujah/templates/ |
| Current File : /home/e/g/l/eglisebaa/www/wp-content/themes/hallelujah/templates/header-navi-mobile.php |
<?php
/**
* The template to show mobile menu
*
* @package WordPress
* @subpackage HALLELUJAH
* @since HALLELUJAH 1.0
*/
?>
<div class="menu_mobile_overlay"></div>
<div class="menu_mobile menu_mobile_<?php echo esc_attr( hallelujah_get_theme_option( 'menu_mobile_fullscreen' ) > 0 ? 'fullscreen' : 'narrow' ); ?> scheme_dark">
<div class="menu_mobile_inner">
<a class="menu_mobile_close theme_button_close"><span class="theme_button_close_icon"></span></a>
<?php
// Logo
set_query_var( 'hallelujah_logo_args', array( 'type' => 'mobile' ) );
get_template_part( apply_filters( 'hallelujah_filter_get_template_part', 'templates/header-logo' ) );
set_query_var( 'hallelujah_logo_args', array() );
// Mobile menu
$hallelujah_menu_mobile = hallelujah_get_nav_menu( 'menu_mobile' );
if ( empty( $hallelujah_menu_mobile ) ) {
$hallelujah_menu_mobile = apply_filters( 'hallelujah_filter_get_mobile_menu', '' );
if ( empty( $hallelujah_menu_mobile ) ) {
$hallelujah_menu_mobile = hallelujah_get_nav_menu( 'menu_main' );
if ( empty( $hallelujah_menu_mobile ) ) {
$hallelujah_menu_mobile = hallelujah_get_nav_menu();
}
}
}
if ( ! empty( $hallelujah_menu_mobile ) ) {
$hallelujah_menu_mobile = str_replace(
array( 'menu_main', 'id="menu-', 'sc_layouts_menu_nav', 'sc_layouts_menu ', 'sc_layouts_hide_on_mobile', 'hide_on_mobile' ),
array( 'menu_mobile', 'id="menu_mobile-', '', ' ', '', '' ),
$hallelujah_menu_mobile
);
if ( strpos( $hallelujah_menu_mobile, '<nav ' ) === false ) {
$hallelujah_menu_mobile = sprintf( '<nav class="menu_mobile_nav_area" itemscope="itemscope" itemtype="' . esc_attr( hallelujah_get_protocol( true ) ) . '//schema.org/SiteNavigationElement">%s</nav>', $hallelujah_menu_mobile );
}
hallelujah_show_layout( apply_filters( 'hallelujah_filter_menu_mobile_layout', $hallelujah_menu_mobile ) );
}
// Search field
do_action(
'hallelujah_action_search',
array(
'style' => 'normal',
'class' => 'search_mobile',
'ajax' => false
)
);
// Social icons
hallelujah_show_layout( hallelujah_get_socials_links(), '<div class="socials_mobile">', '</div>' );
?>
</div>
</div>