|
From: Benjamin C. <bc...@us...> - 2004-07-03 13:03:48
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6677/default Modified Files: Tag: htmltemplates queryform.html Log Message: Smarty cleanup Index: queryform.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/queryform.html,v retrieving revision 1.20.4.3 retrieving revision 1.20.4.4 diff -u -r1.20.4.3 -r1.20.4.4 --- queryform.html 3 May 2004 13:31:23 -0000 1.20.4.3 +++ queryform.html 3 Jul 2004 13:03:39 -0000 1.20.4.4 @@ -238,4 +238,4 @@ <?php } ?> </form> <br> -<a href="{$smarty.server.PHP_SELF}?op=query"><?php echo translate("Go to the simple query page"); ?></a> +<a href="query.php?op=query"><?php echo translate("Go to the simple query page"); ?></a> |