diff options
author | plegall <plg@piwigo.org> | 2009-03-13 23:43:50 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2009-03-13 23:43:50 +0000 |
commit | 87a7b60bed82775a58c2706e9441cbe428cbc393 (patch) | |
tree | 5874f9b424cfab205ae810baa7a4fe85735bdfc3 /admin/template/goto | |
parent | f94ff8b8e180526899e17db9f4732ff82a4a876b (diff) |
merge r3196 from branch 2.0 to trunk
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 instead.
git-svn-id: http://piwigo.org/svn/trunk@3197 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto')
-rw-r--r-- | admin/template/goto/footer.tpl | 2 | ||||
-rw-r--r-- | admin/template/goto/intro.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/template/goto/footer.tpl b/admin/template/goto/footer.tpl index 9e0dcd85d..8c12ca190 100644 --- a/admin/template/goto/footer.tpl +++ b/admin/template/goto/footer.tpl @@ -15,7 +15,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)} diff --git a/admin/template/goto/intro.tpl b/admin/template/goto/intro.tpl index d9cafde2a..1c76169b8 100644 --- a/admin/template/goto/intro.tpl +++ b/admin/template/goto/intro.tpl @@ -4,7 +4,7 @@ <dt>{'Piwigo version'|@translate}</dt> <dd> <ul> - <li><a href="http://piwigo.org" onclick="window.open(this.href, ''); + <li><a href="{$PHPWG_URL}" onclick="window.open(this.href, ''); return false;">Piwigo</a> {$PWG_VERSION}</li> <li><a href="{$U_CHECK_UPGRADE}">{'Check for upgrade'|@translate}</a></li> </ul> |