Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/theme/binarius/layout/report.php File Reference

Go to the source code of this file.

Variables

 $hasheading = ($PAGE->heading)
 $hasnavbar = (empty($PAGE->layout_options['nonavbar']) && $PAGE->has_navbar())
 $hasfooter = (empty($PAGE->layout_options['nofooter']))
 $hassidepost = $PAGE->blocks->region_has_content('side-post', $OUTPUT)
 $showsidepost = ($hassidepost && !$PAGE->blocks->region_completely_docked('side-post', $OUTPUT))
 $custommenu = $OUTPUT->custom_menu()
 $hascustommenu = (empty($PAGE->layout_options['nocustommenu']) && !empty($custommenu))
 $bodyclasses = array()

Variable Documentation

$bodyclasses = array()

Definition at line 12 of file report.php.

$custommenu = $OUTPUT->custom_menu()

Definition at line 9 of file report.php.

$hascustommenu = (empty($PAGE->layout_options['nocustommenu']) && !empty($custommenu))

Definition at line 10 of file report.php.

$hasfooter = (empty($PAGE->layout_options['nofooter']))

Definition at line 5 of file report.php.

$hasheading = ($PAGE->heading)

Definition at line 3 of file report.php.

$hasnavbar = (empty($PAGE->layout_options['nonavbar']) && $PAGE->has_navbar())

Definition at line 4 of file report.php.

$hassidepost = $PAGE->blocks->region_has_content('side-post', $OUTPUT)

Definition at line 6 of file report.php.

$showsidepost = ($hassidepost && !$PAGE->blocks->region_completely_docked('side-post', $OUTPUT))

Definition at line 7 of file report.php.

 All Data Structures Namespaces Files Functions Variables Enumerations