aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/language_switch/flags.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-09-08 10:50:05 +0000
committerplegall <plg@piwigo.org>2011-09-08 10:50:05 +0000
commit9ebf049b69ce1ea0a586b12c2a08b5b7578026ab (patch)
treeb745ad2575cf360b3807f8433db065b97ba58521 /plugins/language_switch/flags.tpl
parentff46db430bd2aa265c16bbd6ff17e0bae710d332 (diff)
back merge r12103 on LanguageSwitch, this should be another commit, this coding is not finished yet
git-svn-id: http://piwigo.org/svn/trunk@12104 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/language_switch/flags.tpl')
-rw-r--r--plugins/language_switch/flags.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/language_switch/flags.tpl b/plugins/language_switch/flags.tpl
index 3add5c1a2..9bf88dba6 100644
--- a/plugins/language_switch/flags.tpl
+++ b/plugins/language_switch/flags.tpl
@@ -19,7 +19,7 @@
{foreach from=$lang_switch.flags key=code item=flag name=f}
<li>
- <a rel="nofollow" href="{$flag.url}">
+ <a rel="nofollow" href="{$SCRIPT_NAME}{$flag.url}">
<img class="flags" src="{$flag.img}" alt="{$flag.alt}" title="{$flag.alt}"/> {$flag.title}
</a>
</li>