Index: page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/deco/page.tpl.php,v
retrieving revision 1.8
diff -u -p -r1.8 page.tpl.php
--- page.tpl.php	19 Aug 2007 16:37:26 -0000	1.8
+++ page.tpl.php	19 Aug 2008 17:40:12 -0000
@@ -34,7 +34,7 @@
 			<div class="region-content">
 				<?php
 				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" />';
         	}
