|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| if(empty($currenttab) or empty($data) or empty($course)) | $context = get_context_instance(CONTEXT_MODULE, $cm->id) |
| $inactive = NULL | |
| $activetwo = NULL | |
| $tabs = array() | |
| $row = array() | |
| $row [] = new tabobject('list', $CFG->wwwroot.'/mod/data/view.php?d='.$data->id, get_string('list','data')) | |
| if(isloggedin()) | $tabs [] = $row |
| if (empty($currenttab) or empty($data) or empty($course)) $context = get_context_instance(CONTEXT_MODULE, $cm->id) |
| if (isloggedin()) $tabs[] = $row |