? zeropoint-frontpagelink.patch
Index: page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/zeropoint/page.tpl.php,v
retrieving revision 1.3
diff -u -p -r1.3 page.tpl.php
--- page.tpl.php	8 Jun 2009 01:05:19 -0000	1.3
+++ page.tpl.php	7 Jul 2009 16:43:00 -0000
@@ -34,7 +34,7 @@
 <div id="header" class="clear-block">
   <div id="logo">
     <?php if ($logo): ?>
-      <a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>">
+      <a href="<?php print check_url($front_page); ?>" title="<?php print t('Home'); ?>">
         <img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" />
       </a>
     <?php endif; ?>
