3
i cant see any normal search block for mysearch
i can only see this 4 Blocks
ajax search
Biggest users of the search
Last searchs
Stats
this is my theme search code
<input id="searchform" type="text" name="query" class="field" onfocus="if(this.value=='Search...') this.value='';" onblur="if(this.value=='') this.value='Search...';" value="Search..."/>
<input type="hidden" name="action" value="results" />
form>
what do i need to change ?