Templates: Junecode: searchtext
This documentation was updated on Sunday, April 9, 2006 at 12:03 PM
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>