Changeset 22436 for events/phpframework/akelos/trunk/config/routes.php
- Timestamp:
- 10/31/08 18:18:33 (5 years ago)
- Files:
-
- 1 modified
-
events/phpframework/akelos/trunk/config/routes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/akelos/trunk/config/routes.php
r22366 r22436 7 7 $Map->connect('/signup', array('controller' => 'account', 'action' => 'sign_up')); 8 8 9 $Map->connect('/home', array('controller' => 'user', 'action' => 'home')); 10 $Map->connect('/:user', array('controller' => 'user', 'action' => 'show')); 11 9 $Map->connect('/home', array('controller' => 'dashboard', 'action' => 'home', 'module' => 'admin')); 12 10 $Map->connect('/admin/:controller/:action/:id', array('controller' => 'dashboard', 'action' => 'index', 'module' => 'admin')); 13 11 $Map->connect('/:controller/:action/:id'); 12 $Map->connect('/:user', array('controller' => 'dashboard', 'action' => 'index'));
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)