Commit: 6f3a7bf29326219ae8101d7996b948e254a224a6

Author: Nate Abele | Date: 2010-08-30 19:15:11 -0400
Removing commented-out unimplemented routing functionality.
diff --git a/app/config/routes.php b/app/config/routes.php index 3f8d926..2f9e2e2 100644 --- a/app/config/routes.php +++ b/app/config/routes.php @@ -10,12 +10,6 @@ use \lithium\net\http\Router; use \lithium\core\Environment; /** - * Uncomment the line below to enable routing for admin actions. - * @todo Implement me. - */ -// Router::namespace('/admin', array('admin' => true)); - -/** * Here, we are connecting '/' (base path) to controller called 'Pages', * its action called 'view', and we pass a param to select the view file * to use (in this case, /app/views/pages/home.html.php)...