| 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/footer-menu.php |
<?php
/**
* The template to display menu in the footer
*
* @package WordPress
* @subpackage HALLELUJAH
* @since HALLELUJAH 1.0.10
*/
// Footer menu
$hallelujah_menu_footer = hallelujah_get_nav_menu( 'menu_footer' );
if ( ! empty( $hallelujah_menu_footer ) ) {
?>
<div class="footer_menu_wrap">
<div class="footer_menu_inner">
<?php
hallelujah_show_layout(
$hallelujah_menu_footer,
'<nav class="menu_footer_nav_area sc_layouts_menu sc_layouts_menu_default"'
. ' itemscope="itemscope" itemtype="' . esc_attr( hallelujah_get_protocol( true ) ) . '//schema.org/SiteNavigationElement"'
. '>',
'</nav>'
);
?>
</div>
</div>
<?php
}