This commit is contained in:
Michael Save 2012-08-13 00:18:13 +10:00
parent 32384cb722
commit c5ec20684e
7 changed files with 214 additions and 14 deletions

View file

@ -65,6 +65,11 @@ $pages = array(
'/(\w+)/bump(un)?lock/(\d+)' => 'bumplock', // "bumplock" thread
'/(\w+)/move/(\d+)' => 'move', // move thread
'/themes' => 'themes_list', // manage themes
'/themes/(\w+)' => 'theme_configure', // configure/reconfigure theme
'/themes/(\w+)/rebuild' => 'theme_rebuild', // rebuild theme
'/themes/(\w+)/uninstall' => 'theme_uninstall', // uninstall theme
'/config' => 'config', // config editor
// these pages aren't listed in the dashboard without $config['debug']