add designadminpanel to router

This commit is contained in:
Evan Prodromou 2009-11-11 01:43:56 -05:00
parent 220f8771c6
commit bcb0447eda
1 changed files with 1 additions and 0 deletions

View File

@ -586,6 +586,7 @@ class Router
$m->connect('api/trends.json', array('action' => 'twitapitrends'));
$m->connect('admin/site', array('action' => 'siteadminpanel'));
$m->connect('admin/design', array('action' => 'designadminpanel'));
$m->connect('getfile/:filename',
array('action' => 'getfile'),