<?php
register_nav_menus(array(
- 'top-bar' => 'Site Navigation'
+ 'top-bar' => 'Site Navigation',
+ 'regions' => 'Regions'
));
/**
echo '</ul></div>';
}
}
+/**
+ * Mobile off-canvas
+ */
+if ( ! function_exists( 'glm_regions_mobile_off_canvas' ) ) {
+ function glm_regions_mobile_off_canvas() {
+ echo '<div class="left-off-canvas-list">';
+ echo '<ul><li class="page_item"><a href="' . home_url() . '">Home</a></li>';
+ echo glm_get_mobile_nav_menu( 'regions' );
+ echo '</ul></div>';
+ }
+}
function glm_get_mobile_nav_menu( $theme_location )
{
<aside class="left-off-canvas-menu hide-for-large-up">
<?php glm_theme_mobile_off_canvas(); ?>
+ <?php glm_regions_mobile_off_canvas(); ?>
<!-- <?php get_template_part('parts/search');?>-->
<ul class="offcavas-social-list">
<li><a class="facebook" href="https://www.facebook.com/FranceJourneysTravel/" target="_blank"></a></li>