From: Laury GvR Date: Wed, 21 Feb 2018 16:57:20 +0000 (-0500) Subject: Testing new theme location names for oc meuns X-Git-Tag: v1.0.15^2~2^2~12 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4ea681f33b56eff9165de14655491a343474bb65;p=WP-Themes%2Fbaragacounty.git Testing new theme location names for oc meuns --- diff --git a/lib/navigation.php b/lib/navigation.php index 7283416..1fd1aa8 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -50,7 +50,7 @@ if ( ! function_exists( 'government_mobile_off_canvas' ) ) { 'container_class' => '', // class of container 'menu' => '', // menu name 'menu_class' => 'government', // adding custom nav class - 'theme_location' => 'gov-nav', // where it's located in the theme + 'theme_location' => 'gov', // where it's located in the theme 'before' => '', // before each link 'after' => '', // after each link 'link_before' => '', // before each link text @@ -96,7 +96,7 @@ if ( ! function_exists( 'visitors_mobile_off_canvas' ) ) { 'container_class' => '', // class of container 'menu' => '', // menu name 'menu_class' => 'visitors', // adding custom nav class - 'theme_location' => 'visitors-bar', // where it's located in the theme + 'theme_location' => 'cvb', // where it's located in the theme 'before' => '', // before each link 'after' => '', // after each link 'link_before' => '', // before each link text @@ -119,7 +119,7 @@ if ( ! function_exists( 'economic_mobile_off_canvas' ) ) { 'container_class' => '', // class of container 'menu' => '', // menu name 'menu_class' => 'economic', // adding custom nav class - 'theme_location' => 'edc-nav', // where it's located in the theme + 'theme_location' => 'edc', // where it's located in the theme 'before' => '', // before each link 'after' => '', // after each link 'link_before' => '', // before each link text