/[drupal]/contributions/themes/manji/page.tpl.php
ViewVC logotype

Diff of /contributions/themes/manji/page.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4, Fri May 20 20:31:28 2005 UTC revision 1.5, Fri May 20 20:36:27 2005 UTC
# Line 67  Line 67 
67  <!-- Closes the container div-->  <!-- Closes the container div-->
68  <div id="menu">  <div id="menu">
69    <?php if ($search_box): ?>    <?php if ($search_box): ?>
70    <form id="searchform" method="get" action="<?php echo $PHP_SELF; ?>">    <form id="searchform" method="post" action="<?php echo $search_url; ?>">
71      <input id="searchbutton" type="submit" name="submit" value="<?php print $search_button_text ?>" />      <input id="searchbutton" type="submit" name="submit" value="<?php print $search_button_text ?>" />
72      <input type="text" name="edit[keys]" id="search" size="15" />      <input type="text" name="edit[keys]" id="search" size="15" />
73    </form>    </form>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2