diff options
Diffstat (limited to 'themes/garland/page.tpl.php')
-rw-r--r-- | themes/garland/page.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php index 66fa4a3f2..ec861fa41 100644 --- a/themes/garland/page.tpl.php +++ b/themes/garland/page.tpl.php @@ -38,7 +38,7 @@ $site_html = implode(' ', $site_fields); if ($logo || $site_title) { - print '<h1><a href="'. check_url($base_path) .'" title="'. $site_title .'">'; + print '<h1><a href="'. check_url($front_page) .'" title="'. $site_title .'">'; if ($logo) { print '<img src="'. check_url($logo) .'" alt="'. $site_title .'" id="logo" />'; } |