root/dev/mods/apiuser/auto_settings.php
Revision 466, 338 bytes (checked in by kovell, 13 years ago) |
---|
Line | |
---|---|
1 | <?php |
2 | // this little trick will only request xajax for admin pages |
3 | event::register('mod_xajax_initialised', array('mod_xajax', 'xajax')); |
4 | |
5 | options::oldMenu('APIUser', 'User Management', '?a=user_management'); |
6 | options::oldMenu('APIUser', 'Roles/Titles', '?a=admin_roles'); |
7 | options::oldMenu('APIUser', 'Setup', '?a=settings_apiuser'); |
Note: See TracBrowser
for help on using the browser.