From 309890af2b72f3b6b784679928a840cae2025515 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 29 Oct 2018 11:16:01 -0400 Subject: [PATCH] Change theme name, remove extra menus from topbar, add main nav --- lib/navigation.php | 20 +++----------------- sections/header.php | 5 ----- style.css | 6 +++--- 3 files changed, 6 insertions(+), 25 deletions(-) diff --git a/lib/navigation.php b/lib/navigation.php index 0166c2f..3009794 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -1,13 +1,8 @@ 'boards-committees', - 'departments' => 'departments-services', - 'township' => 'township-resources', - 'calendar' => 'township-calendar', - 'parks' => 'Parks and Rec', + 'main-navigation' => 'Main Navigation', 'mobile-menu' => 'Off Canvas', - 'alt-menu' => "How Do I...", )); /** @@ -16,11 +11,7 @@ register_nav_menus(array( if ( ! function_exists( 'glm_theme_top_bar' ) ) { function glm_theme_top_bar() { echo ''; } } @@ -63,12 +54,7 @@ if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) { function glm_theme_mobile_off_canvas() { echo '
'; echo '
'; } } diff --git a/sections/header.php b/sections/header.php index 0c1ecea..652c9c6 100644 --- a/sections/header.php +++ b/sections/header.php @@ -1,11 +1,6 @@
-
- - - -