Templates: Junecode: searchtext
This documentation was updated on April 09th, 2006
Inserts the text that was searched for, if any. Useful for creating your own search field.
Attributes
none
Example
<form id="search" method="get" action="{junecode:searchaction}">
<input type="text" name="search" size="10" value="{junecode:searchtext}" />
<input type="submit" value="Go" />
</form>