|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $hassidepre = (empty($PAGE->layout_options['noblocks']) && $PAGE->blocks->region_has_content('side-pre', $OUTPUT)) | |
| $hasnavbar = (empty($PAGE->layout_options['nonavbar']) && $PAGE->has_navbar()) | |
| $showsidepre = ($hassidepre && !$PAGE->blocks->region_completely_docked('side-pre', $OUTPUT)) | |
| $custommenu = $OUTPUT->custom_menu() | |
| $hascustommenu = (empty($PAGE->layout_options['nocustommenu']) && !empty($custommenu)) | |
| $bodyclasses = array() | |
| if (!empty($PAGE->layout_options['langmenu'])) | |
| $bodyclasses = array() |
Definition at line 10 of file report.php.
| $custommenu = $OUTPUT->custom_menu() |
Definition at line 7 of file report.php.
| $hascustommenu = (empty($PAGE->layout_options['nocustommenu']) && !empty($custommenu)) |
Definition at line 8 of file report.php.
| $hasnavbar = (empty($PAGE->layout_options['nonavbar']) && $PAGE->has_navbar()) |
Definition at line 4 of file report.php.
| $hassidepre = (empty($PAGE->layout_options['noblocks']) && $PAGE->blocks->region_has_content('side-pre', $OUTPUT)) |
Definition at line 3 of file report.php.
| $showsidepre = ($hassidepre && !$PAGE->blocks->region_completely_docked('side-pre', $OUTPUT)) |
Definition at line 5 of file report.php.
| if(!empty($PAGE->layout_options['langmenu'])) |
Definition at line 60 of file report.php.