Moved most path and server settings to a new paths admin panel

This commit is contained in:
Zach Copley
2009-11-19 11:55:07 -08:00
parent 640bb39891
commit b8de14af2c
5 changed files with 341 additions and 137 deletions

View File

@@ -302,6 +302,9 @@ class AdminPanelNav extends Widget
$this->out->menuItem(common_local_url('designadminpanel'), _('Design'),
_('Design configuration'), $action_name == 'designadminpanel', 'nav_design_admin_panel');
$this->out->menuItem(common_local_url('pathsadminpanel'), _('Paths'),
_('Paths configuration'), $action_name == 'pathsadminpanel', 'nav_design_admin_panel');
Event::handle('EndAdminPanelNav', array($this));
}
$this->action->elementEnd('ul');