mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-31365 Follow up after discussion
This commit is contained in:
parent
0cbf023ab6
commit
934f04e7c3
@ -123,16 +123,22 @@ $THEME->layouts = array(
|
||||
'file' => 'embedded.php',
|
||||
'regions' => array()
|
||||
),
|
||||
// The pagelayout used for reports
|
||||
// The pagelayout used for reports.
|
||||
'report' => array(
|
||||
'file' => 'default.php',
|
||||
'regions' => array('side-pre'),
|
||||
'defaultregion' => 'side-pre',
|
||||
),
|
||||
// The pagelayout used for safebrowser and securewindow.
|
||||
'secure' => array(
|
||||
'file' => 'default.php',
|
||||
'regions' => array(),
|
||||
'options' => array('nofooter'=>true, 'nonavbar'=>true, 'nocustommenu'=>true, 'nologinlinks'=>true),
|
||||
),
|
||||
);
|
||||
|
||||
$THEME->enable_dock = true;
|
||||
|
||||
$THEME->rendererfactory = 'theme_overridden_renderer_factory';
|
||||
|
||||
$THEME->csspostprocess = 'afterburner_process_css';
|
||||
$THEME->csspostprocess = 'afterburner_process_css';
|
||||
|
@ -125,7 +125,7 @@ echo $OUTPUT->doctype() ?>
|
||||
|
||||
</div>
|
||||
<!-- START OF FOOTER -->
|
||||
|
||||
<?php if ($hasfooter) { ?>
|
||||
<div id="page-footer" class="wrapper2">
|
||||
<p class="helplink">
|
||||
<?php echo page_doc_link(get_string('moodledocslink')) ?>
|
||||
@ -139,9 +139,9 @@ echo $OUTPUT->doctype() ?>
|
||||
echo $OUTPUT->standard_footer_html();
|
||||
?>
|
||||
</div>
|
||||
|
||||
<?php } ?>
|
||||
<!-- END OF FOOTER -->
|
||||
|
||||
<?php echo $OUTPUT->standard_end_of_body_html() ?>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user