forked from leftypol/leftypol
themes
This commit is contained in:
parent
32384cb722
commit
c5ec20684e
7 changed files with 214 additions and 14 deletions
5
mod.php
5
mod.php
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue