--- /Users/Albright/Sites/drupal-6.8/sites/all/themes/zen/zen/page.tpl copy.php	2008-09-15 01:31:58.000000000 -0700
+++ /Users/Albright/Sites/drupal-6.8/sites/all/themes/zen/zen/page.tpl.php	2009-01-14 13:40:39.000000000 -0800
@@ -99,19 +99,19 @@
         <div id="logo-title">
 
           <?php if ($logo): ?>
-            <div id="logo"><a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>" rel="home"><img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" id="logo-image" /></a></div>
+            <div id="logo"><a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home"><img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" id="logo-image" /></a></div>
           <?php endif; ?>
 
           <?php if ($site_name): ?>
             <?php if ($is_front): ?>
               <h1 id="site-name">
-                <a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>" rel="home">
+                <a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home">
                 <?php print $site_name; ?>
                 </a>
               </h1>
             <?php else: ?>
               <div id="site-name"><strong>
-                <a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>" rel="home">
+                <a href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>" rel="home">
                 <?php print $site_name; ?>
                 </a>
               </strong></div>
