Move Nav customizations into its own file

Considering the nav customization/cleanup code is fairly involved and
important, it shouldn't be hidden in the middle of cleanup.php
This commit is contained in:
Scott Walkinshaw
2012-10-03 13:44:35 -04:00
parent 15d67295aa
commit 3df8d9901e
5 changed files with 111 additions and 101 deletions

View File

@@ -1,3 +1,6 @@
### HEAD
* Move nav customizations into `lib/nav.php`
### 6.1.0: October 2nd, 2012
* Change roots_sidebar into a more explicit configuration array
* Re-organize configuration/setup files