mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
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
This commit is contained in:
@@ -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)}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user