|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
Variables | |
| if(!defined('MOODLE_INTERNAL')) | $toprow = array() |
| $toprow [] = new tabobject('manage', new moodle_url('/admin/roles/manage.php'), get_string('manageroles', 'role')) | |
| $tabs = array($toprow) | |
| $tabs = array($toprow) |
Definition at line 36 of file managetabs.php.
| if (!defined('MOODLE_INTERNAL')) $toprow = array() |
Definition at line 31 of file managetabs.php.
| $toprow[] = new tabobject('manage', new moodle_url('/admin/roles/manage.php'), get_string('manageroles', 'role')) |
Definition at line 32 of file managetabs.php.