diff options
Diffstat (limited to 'themes/pushbutton/page.tpl.php')
-rw-r--r-- | themes/pushbutton/page.tpl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/pushbutton/page.tpl.php b/themes/pushbutton/page.tpl.php index c2a07d1ed..8281a4823 100644 --- a/themes/pushbutton/page.tpl.php +++ b/themes/pushbutton/page.tpl.php @@ -18,13 +18,13 @@ <tr> <td id="home" width="10%"> <?php if ($logo) : ?> - <a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><img src="<?php print($logo) ?>" alt="<?php print t('Home') ?>" border="0" /></a> + <a href="<?php print $front_page ?>" title="<?php print t('Home') ?>"><img src="<?php print($logo) ?>" alt="<?php print t('Home') ?>" border="0" /></a> <?php endif; ?> </td> <td id="site-info" width="20%"> <?php if ($site_name) : ?> - <div class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print($site_name) ?></a></div> + <div class='site-name'><a href="<?php print $front_page ?>" title="<?php print t('Home') ?>"><?php print($site_name) ?></a></div> <?php endif;?> <?php if ($site_slogan) : ?> <div class='site-slogan'><?php print($site_slogan) ?></div> |