Skip to content

Commit

Permalink
MDL-30714 theme_afterburner: logo link to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary Evans authored and stronk7 committed Jan 31, 2012
1 parent 008bf7f commit 250633e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions theme/afterburner/layout/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
<?php if ($hasheading || $hasnavbar) { ?>
<div id="page-header">
<?php if ($hasheading) { ?>
<div id="logo">
</div>
<a class="logo" href="<?php $CFG->wwwroot; ?>" title="<?php get_string('home'); ?>"></a>
<div class="headermenu"><?php
if ($haslogininfo) {
echo $OUTPUT->login_info();
Expand Down
4 changes: 2 additions & 2 deletions theme/afterburner/style/afterburner_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Header and Logo
width: 100%;
background: #fff;
}
#logo {
a.logo {
background: url([[setting:logo]]) no-repeat 0 0;
width: 320px;
height: 75px;
Expand Down Expand Up @@ -439,4 +439,4 @@ tab styles for ie6 & ie7
}
.yui-skin-sam .yui-panel-container {
z-index: 999999!important;
}
}

0 comments on commit 250633e

Please sign in to comment.