MDL-31365 Follow up after discussion

This commit is contained in:
Martin Vögeli 2012-09-05 22:31:26 +02:00 committed by Aparup Banerjee
parent 0cbf023ab6
commit 934f04e7c3
2 changed files with 11 additions and 5 deletions

View File

@ -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';

View File

@ -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>