diff --git a/library/Zepto/Zepto.php b/library/Zepto/Zepto.php index 9014c4d..0f4267c 100644 --- a/library/Zepto/Zepto.php +++ b/library/Zepto/Zepto.php @@ -167,9 +167,6 @@ function($c) use ($settings) { $this->run_hooks('before_config_load', array(&$settings)); $app['settings'] = $settings; - // Create navigation object - $this->create_nav_links(); - // Add basic routes to router $this->setup_router();