- Timestamp:
- 11/05/08 00:30:26 (5 years ago)
- Location:
- events/phpframework/akelos/trunk
- Files:
-
- 3 added
- 3 removed
- 3 modified
-
app/controllers/admin/dashboard_controller.php (modified) (1 diff)
-
app/locales/dashboard/en.php (modified) (1 diff)
-
app/locales/dashboard/ja.php (added)
-
app/views/home (deleted)
-
config/cache (deleted)
-
config/routes.php (modified) (1 diff)
-
script/delete_cache (added)
-
tmp/sess_4dfc84ee7686f8447a02b4dc30122ff0 (added)
-
tmp/views (deleted)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/akelos/trunk/app/controllers/admin/dashboard_controller.php
r22436 r22715 9 9 function home() 10 10 { 11 $this->renderAction('blank_slate');12 11 $this->index(); 13 12 $this->renderAction('index'); -
events/phpframework/akelos/trunk/app/locales/dashboard/en.php
r21289 r22715 17 17 $dictionary['index'] = 'index'; 18 18 19 // 2008-11-04 0:07:28 20 21 22 $dictionary['home'] = 'home'; 23 19 24 20 25 ?> -
events/phpframework/akelos/trunk/config/routes.php
r22436 r22715 4 4 $Map->connect('/', array('controller' => 'page', 'action' => 'index')); 5 5 6 $Map->connect('/home', array('controller' => 'dashboard', 'action' => 'home', 'module' => 'admin')); 7 8 6 9 $Map->connect('/login', array('controller' => 'account', 'action' => 'sign_in')); 10 $Map->connect('/logout', array('controller' => 'account', 'action' => 'logout')); 7 11 $Map->connect('/signup', array('controller' => 'account', 'action' => 'sign_up')); 8 12 9 $Map->connect('/home', array('controller' => 'dashboard', 'action' => 'home', 'module' => 'admin'));10 13 $Map->connect('/admin/:controller/:action/:id', array('controller' => 'dashboard', 'action' => 'index', 'module' => 'admin')); 11 14 $Map->connect('/:controller/:action/:id');
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)