View Single Post
  #1  
Old 07-26-2003, 12:29 PM
 
fearthespear fearthespear is offline
 

Senior Member
  
Join Date: Apr 2003
Posts: 124
 

Default Search function not working

I get an error on Page when the user type sin soemthign then tries to click GO. for some reason Advanced search works perfectly though.

Here is the code:
<tr>
<td valign="middle">

<span class="TopLabel">{$lng.lbl_search}:</span></p></td>
<td valign="middle"> <input type="text" name="substring2" size="16" value="{$smarty.get.substring|escape}">
{include file="buttons/search_head.tpl"}
</td>
</tr>
<tr>
<td></td>
<td>{$lng.lbl_advanced_search}</td>
</tr>
Reply With Quote