MDL-30714 theme_afterburner: better, output the information, LOL

This commit is contained in:
Eloy Lafuente (stronk7) 2012-01-31 23:36:35 +01:00
parent 250633ebe3
commit f31e83015d

View File

@ -42,7 +42,7 @@ echo $OUTPUT->doctype() ?>
<?php if ($hasheading || $hasnavbar) { ?>
<div id="page-header">
<?php if ($hasheading) { ?>
<a class="logo" href="<?php $CFG->wwwroot; ?>" title="<?php get_string('home'); ?>"></a>
<a class="logo" href="<?php echo $CFG->wwwroot; ?>" title="<?php print_string('home'); ?>"></a>
<div class="headermenu"><?php
if ($haslogininfo) {
echo $OUTPUT->login_info();
@ -131,4 +131,4 @@ echo $OUTPUT->doctype() ?>
</div>
<?php echo $OUTPUT->standard_end_of_body_html() ?>
</body>
</html>
</html>