--- page.tpl.php_ORIG	2009-11-22 14:06:03.000000000 -0500
+++ page.tpl.php	2009-11-22 14:06:03.000000000 -0500
@@ -33,7 +33,8 @@ if ($is_front) {
   if (!empty($primary_links)) {
     echo '<ul id="home" title="' . ($title ? $title : $site_name) . '" selected="true">';
     foreach($primary_links as $link_name => $link) {
-      echo "<li><a href='{$link['href']}'>{$link['attributes']['title']}</a></li>";
+      $link_title = $link['attributes']['title'] ? $link['attributes']['title'] : $link['title'];
+      echo "<li><a href='{$link['href']}'>{$link_title}</a></li>";
     }
     if (!empty($content)) {
         print $content;
