|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $topic = optional_param('topic', -1, PARAM_INT) | |
| if(($marker > =0)&&has_capability('moodle/course:setcurrentsection', $context)&&confirm_sesskey()) | $streditsummary = get_string('editsummary') |
| $stradd = get_string('add') | |
| $stractivities = get_string('activities') | |
| $strshowalltopics = get_string('showalltopics') | |
| $strtopic = get_string('topic') | |
| $strgroups = get_string('groups') | |
| $strgroupmy = get_string('groupmy') | |
| $editing = $PAGE->user_is_editing() | |
| if($editing) | $completioninfo = new completion_info($course) |
| if(ismoving($course->id)) | $section = 0 |
| If currently moving a file then show the current clipboard. | |
| $thissection = $sections[$section] | |
| $sectionmenu = array() | |
| while($section<=$course-> numsections) | if (!$displaysection and $PAGE->user_is_editing() and has_capability('moodle/course:update', get_context_instance(CONTEXT_COURSE, $course->id))) |
| if ($editing) $completioninfo = new completion_info($course) |
Definition at line 67 of file format.php.
| $editing = $PAGE->user_is_editing() |
Definition at line 55 of file format.php.
If currently moving a file then show the current clipboard.
Print Section 0 with general activities
Now all the normal modules by topic Everything below uses "section" terminology - each "section" is a topic.
Definition at line 86 of file format.php.
| $sectionmenu = array() |
Definition at line 132 of file format.php.
| $stractivities = get_string('activities') |
Definition at line 50 of file format.php.
| $stradd = get_string('add') |
Definition at line 49 of file format.php.
| if (($marker >=0)&&has_capability('moodle/course:setcurrentsection', $context)&&confirm_sesskey()) $streditsummary = get_string('editsummary') |
Definition at line 48 of file format.php.
| $strgroupmy = get_string('groupmy') |
Definition at line 54 of file format.php.
| $strgroups = get_string('groups') |
Definition at line 53 of file format.php.
| $strshowalltopics = get_string('showalltopics') |
Definition at line 51 of file format.php.
| $strtopic = get_string('topic') |
Definition at line 52 of file format.php.
| $thissection = $sections[$section] |
Definition at line 87 of file format.php.
| $topic = optional_param('topic', -1, PARAM_INT) |
Definition at line 33 of file format.php.
| while ($section<=$course->numsections) if(!$displaysection and $PAGE->user_is_editing() and has_capability('moodle/course:update', get_context_instance(CONTEXT_COURSE, $course->id))) |
Definition at line 256 of file format.php.