From: Laury GvR Date: Fri, 6 Apr 2018 15:03:35 +0000 (-0400) Subject: Different footer-links menu for the Hotel section X-Git-Tag: v1.0.0^2~21 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7ba54db652edb6e049d5fa2ca0635a4d3658a2ea;p=WP-Themes%2Fbayharbor.git Different footer-links menu for the Hotel section --- diff --git a/lib/navigation.php b/lib/navigation.php index 8805f70..d0d6448 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -4,6 +4,7 @@ register_nav_menus(array( 'top-bar' => 'Main Site Navigation', 'top-bar-hotel' => 'Hotel Navigation', 'footer-links' => 'Footer Links', + 'footer-links-hotel' => 'Hotel Footer Links', 'mobile-menu' => 'Off Canvas', 'mobile-menu-hotel' => 'Hotel Off Canvas' )); diff --git a/sections/footer.php b/sections/footer.php index 3dd99bc..8dfb182 100644 --- a/sections/footer.php +++ b/sections/footer.php @@ -61,6 +61,12 @@ \ No newline at end of file