From 4ea681f33b56eff9165de14655491a343474bb65 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 21 Feb 2018 11:57:20 -0500 Subject: [PATCH] Testing new theme location names for oc meuns --- lib/navigation.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.17.1