force /post/list to appear in the list of GET arguments

git-svn-id: file:///home/shish/svn/shimmie2/trunk@771 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-04-06 21:49:58 +00:00
parent f0ab3ee7a5
commit 5b15ae1f47

View File

@ -64,6 +64,7 @@ class IndexTheme extends Themelet {
<p><form action='$h_search_link' method='GET'>
<input id='search_input' name='search' type='text'
value='$h_search_string' autocomplete='off' />
<input type='hidden' name='q' value='/post/list'>
<input type='submit' value='Find' style='display: none;' />
</form>
<div id='search_completions'></div>";