Skip to content

Commit

Permalink
MDL-30714 theme_afterburner: better, output the information, LOL
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jan 31, 2012
1 parent 250633e commit f31e830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/afterburner/layout/default.php
Expand Up @@ -42,7 +42,7 @@
<?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();
Expand Down Expand Up @@ -131,4 +131,4 @@
</div>
<?php echo $OUTPUT->standard_end_of_body_html() ?>
</body>
</html>
</html>

0 comments on commit f31e830

Please sign in to comment.