diff options
author | plegall <plg@piwigo.org> | 2009-03-13 23:37:34 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-03-13 23:37:34 +0000 |
commit | ab6f96964aef65c6c284501ac2027eb4435a1bfc (patch) | |
tree | 4e0be73c485e2a5c87d3ea0b8aa11ffc4928f770 /template | |
parent | 497e753bcf4208e1adc457dbc0f406b923594343 (diff) |
bug 926 fixed: change links to piwigo.org so that they go to existing URLs.
new: if the current language is french, the links go to fr.piwigo.org insted.
git-svn-id: http://piwigo.org/svn/branches/2.0@3196 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/footer.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/footer.tpl b/template/yoga/footer.tpl index fdc0c92cf..c7a83eef3 100644 --- a/template/yoga/footer.tpl +++ b/template/yoga/footer.tpl @@ -11,7 +11,7 @@ *} {'powered_by'|@translate} - <a href="http://piwigo.org" class="Piwigo"> + <a href="{$PHPWG_URL}" class="Piwigo"> <span class="Piwigo">Piwigo</span></a> {$VERSION} {if isset($CONTACT_MAIL)} |