[Openupload-svn-update] SF.net SVN: openupload:[272] trunk/templates/default/index.tpl
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2009-03-02 07:08:08
|
Revision: 272
http://openupload.svn.sourceforge.net/openupload/?rev=272&view=rev
Author: tsdogs
Date: 2009-03-02 07:08:05 +0000 (Mon, 02 Mar 2009)
Log Message:
-----------
language link requests the same page insthead of going to default page.
Modified Paths:
--------------
trunk/templates/default/index.tpl
Modified: trunk/templates/default/index.tpl
===================================================================
--- trunk/templates/default/index.tpl 2009-03-02 07:02:58 UTC (rev 271)
+++ trunk/templates/default/index.tpl 2009-03-02 07:08:05 UTC (rev 272)
@@ -14,7 +14,7 @@
{if count($langs)>1}
<ul>
{foreach from=$langs item=l name=c}
-<li {if $smarty.foreach.c.last} style="border: 0px"{/if}><a href="{$script}?lang={$l.id}">{$l.name}</a></li>
+<li {if $smarty.foreach.c.last} style="border: 0px"{/if}><a href="{$script}?lang={$l.id}&action={$action}&step={$step}">{$l.name}</a></li>
{/foreach}
</ul>
{/if}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|