[pLog-svn] r2381 - plog/branches/plog-1.0.2/templates/summary

Reto Hugi plog at hugi.to
Mon Aug 1 22:28:47 GMT 2005


there _is_ a php_self in smarty:

{$smarty.server.PHP_SELF}

chears,
reto

On 01.08.2005 15:10, jondaley at devel.plogworld.net wrote:
> Author: jondaley
> Date: 2005-08-01 13:10:55 +0000 (Mon, 01 Aug 2005)
> New Revision: 2381
> 
> Modified:
>    plog/branches/plog-1.0.2/templates/summary/index.template
> Log:
> searches weren't working, as the action (added in rev 1780 for xhtml compliance) set to '.' doesn't work.  It would be nice if there was a php_self in smarty, so we don't need this hard-coded.
> 
> Modified: plog/branches/plog-1.0.2/templates/summary/index.template
> ===================================================================
> --- plog/branches/plog-1.0.2/templates/summary/index.template	2005-08-01 07:18:09 UTC (rev 2380)
> +++ plog/branches/plog-1.0.2/templates/summary/index.template	2005-08-01 13:10:55 UTC (rev 2381)
> @@ -46,7 +46,7 @@
>  </div>
>  
>  <div id="column-right">
> -    <form id="searchForm" method="post" action=".">
> +    <form id="searchForm" method="post" action="summary.php">
>      <fieldset class="inputField">
>          <h4>{$locale->tr("summary_search_blogs")}</h4>
>          <div class="field">
> 
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn




More information about the pLog-svn mailing list