? themes/aquasoft/images/Thumbs.db
? themes/aquasoft/images/icons/Thumbs.db
Index: themes/aquasoft/page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/aquasoft/page.tpl.php,v
retrieving revision 1.3
diff -u -r1.3 page.tpl.php
--- themes/aquasoft/page.tpl.php	19 Jun 2006 14:52:11 -0000	1.3
+++ themes/aquasoft/page.tpl.php	2 Oct 2006 06:43:32 -0000
@@ -5,6 +5,7 @@
   <title><?php print $head_title ?></title>
   <?php print $head ?>
   <?php print $styles ?>
+  <?php print $scripts ?>
   <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
 </head>
 
@@ -47,6 +48,7 @@
                 <?php print $help ?>
                 <?php print $messages ?>
                 <?php print $content; ?>
+                <?php print $feed_icons; ?>
               </div>
             </td>
           <?php if ($sidebar_right) { ?>
Index: themes/aquasoft/search-box.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/aquasoft/search-box.tpl.php,v
retrieving revision 1.2
diff -u -r1.2 search-box.tpl.php
--- themes/aquasoft/search-box.tpl.php	19 Jun 2006 00:48:24 -0000	1.2
+++ themes/aquasoft/search-box.tpl.php	2 Sep 2006 09:27:42 -0000
@@ -4,8 +4,8 @@
       <img src="<?php print base_path() . drupal_get_path('theme', 'aquasoft') .'/images/spotlight_left.gif' ?>" alt="" />
     </td>
     <td width="100%" class="searchbox">
-      <input maxlength="128" name="edit[search_theme_form_keys]" id="edit-search_theme_form_keys" size="15" value=" Search" onclick="value=''" title="Enter the terms you wish to search for." class="form-text" type="text">
-      <input name="edit[form_id]" id="edit-form_id" value="search_theme_form" type="hidden">
+      <input maxlength="128" name="_keys" id="edit-_keys" size="15" value=" Search" onclick="value=''" title="Enter the terms you wish to search for." class="form-text" type="text">
+      <input name="form_id" id="edit-search-theme-form" value="search_theme_form" type="hidden">
     </td>
     <td>
 	<input name="op" value="Search" class="form-submit" type="image" src="<?php print base_path() . drupal_get_path('theme', 'aquasoft') .'/images/spotlight_clear.gif' ?>" alt="" />
Index: themes/aquasoft/template.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/aquasoft/template.php,v
retrieving revision 1.2
diff -u -r1.2 template.php
--- themes/aquasoft/template.php	19 Jun 2006 00:48:24 -0000	1.2
+++ themes/aquasoft/template.php	2 Sep 2006 08:57:46 -0000
@@ -9,7 +9,8 @@
   $links = menu_primary_links();
   if ($links) {
     foreach ($links as $link) {
-$cssid = str_replace(' ', '_', strip_tags($link));
+      $link = l($link['title'], $link['href'], $link['attributes'], $link['query'], $link['fragment']);
+      $cssid = str_replace(' ', '_', strip_tags($link));
       $output .= '<li id="'.$cssid.'">' . $link . '</li>';
     }; 
     $output .= '</ul>';
@@ -24,6 +25,7 @@
       $output .= '<ul><li id="fcurrent"><a href="' . base_path() . '">Home</a></li><li><img src="' . $imgurl . 'navsep.gif" alt="" /></li></ul>';
     $output .= '<ul>';
     foreach ($links as $link) {
+      $link = l($link['title'], $link['href'], $link['attributes'], $link['query'], $link['fragment']);
       $output .= '<li class="tbforum">' . $link . '</li>';
     }; 
     $output .= '</ul>';
