Limit top display to 3rd level, or 2nd dropdown.
authorLaury GvR <laury@gaslightmedia.com>
Fri, 24 Jul 2015 18:34:00 +0000 (14:34 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 24 Jul 2015 18:34:00 +0000 (14:34 -0400)
lib/navigation.php

index 91dd719..65b1ed7 100644 (file)
@@ -20,7 +20,7 @@ if ( ! function_exists( 'emmetcounty_top_bar' ) ) {
           'after' => '',                                  // after each link </a>
           'link_before' => '',                            // before each link text
           'link_after' => '',                             // after each link text
-          'depth' => 5,                                   // limit the depth of the nav
+          'depth' => 3,                                   // limit the depth of the nav
           'fallback_cb' => false,                         // fallback function (see below)
           'walker' => new Emmetcounty_Top_Bar_Walker()
       ));