Commit: 73bf26127879f57df9d9382ee2635d980d884614

Author: gwoo | Date: 2010-04-03 12:06:29 -0700
updating routing
diff --git a/config/routes.php b/config/routes.php index 8b67bd6..684d5fd 100644 --- a/config/routes.php +++ b/config/routes.php @@ -1,7 +1,7 @@ <?php use \lithium\net\http\Router; -use \li3_bot\extensions\route\Locale; +use \app\extensions\route\Locale; Router::connect(new Locale(array( 'template' => '/bot/view/{:args}',