Explorar el Código

remove fallback from menu

Eddie Machado hace 12 años
padre
commit
b3354d9b58
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      header.php

+ 1 - 1
header.php

@@ -66,7 +66,7 @@
         			'link_before' => '',                            // before each link
         			'link_after' => '',                             // after each link
         			'depth' => 0,                                   // limit the depth of the nav
-    					'fallback_cb' => 'bones_main_nav_fallback'      // fallback function
+    					'fallback_cb' => ''                             // fallback function (if there is one)
 						)); ?>
 
 					</nav>