From bcb0447eda21cc997fd447b2be3343cb1454bb33 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 11 Nov 2009 01:43:56 -0500 Subject: add designadminpanel to router --- lib/router.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/router.php') diff --git a/lib/router.php b/lib/router.php index 321b4273e..b143cd537 100644 --- a/lib/router.php +++ b/lib/router.php @@ -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'), -- cgit v1.2.3-54-g00ecf