Revision 536
Added by doc almost 18 years ago
| class.admin.php | ||
|---|---|---|
| 127 | 127 |
array(ADMIN_URL.'/addons/index.php', '', $MENU['ADDONS'], 'addons', 1), |
| 128 | 128 |
array(ADMIN_URL.'/preferences/index.php', '', $MENU['PREFERENCES'], 'preferences', 0), |
| 129 | 129 |
array(ADMIN_URL.'/settings/index.php', '', $MENU['SETTINGS'], 'settings', 1), |
| 130 |
array(ADMIN_URL.'/admintools/index.php', '', $MENU['ADMINTOOLS'], 'admintools', 1), |
|
| 130 | 131 |
array(ADMIN_URL.'/access/index.php', '', $MENU['ACCESS'], 'access', 1), |
| 131 | 132 |
array('http://www.websitebaker.org/help/'.WB_VERSION, '_blank', $MENU['HELP'], 'help', 0),
|
| 132 | 133 |
array($view_url, '_blank', $MENU['VIEW'], 'view', 0), |
Also available in: Unified diff
Moved the admin tools from 'Settings' to the new section 'Admin-Tools'.