From b7df7bf83afe81ba2889ebf628876c088dc2552c Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Fri, 13 Jan 2017 14:51:56 -0500 Subject: [PATCH] New nav area I added a new nav area code to the theme in case we want to us it. --- lib/navigation.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/navigation.php b/lib/navigation.php index 96d583b..0f60bfc 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -1,7 +1,9 @@ 'Site Navigation' + 'top-bar' => 'Site Navigation', + 'footer' => 'Footer Navigation', + 'second-header' => 'Secondary Header Navigation' )); /** -- 2.17.1