|
From: Jirka P. <fi...@us...> - 2002-06-12 12:05:10
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv21510/phpbt/templates/default
Modified Files:
index.html
Log Message:
Fix.
Index: index.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/index.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- index.html 10 Jun 2002 12:52:35 -0000 1.10
+++ index.html 12 Jun 2002 12:05:07 -0000 1.11
@@ -23,7 +23,7 @@
<b>Saved Queries</b>
<br>
{section name=query loop=$queries}
- <a href="{$smarty.server.PHP_SELF}?{$queries[query].saved_query_string}">{$queries[query].saved_query_name}</a><br>
+ <a href="query.php?{$queries[query].saved_query_string}">{$queries[query].saved_query_name}</a><br>
{/section}
{/if}
</td>
|