Skip to content

Commit

Permalink
merge r6564 from branch 2.1 to trunk
Browse files Browse the repository at this point in the history
bug 1707 fixed: Piwigo version number always visible in administration homepage



git-svn-id: http://piwigo.org/svn/trunk@6565 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Jun 21, 2010
1 parent 4a9e608 commit 2ab566c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/themes/default/template/intro.tpl
Expand Up @@ -16,6 +16,7 @@ jQuery().ready(function(){ldelim}
<dt>{'Piwigo version'|@translate}</dt>
<dd>
<ul>
<li><a href="{$PHPWG_URL}" class="externalLink">Piwigo</a> {$PWG_VERSION}</li>
<li><a href="{$U_CHECK_UPGRADE}">{'Check for upgrade'|@translate}</a></li>
{if isset($SUBSCRIBE_BASE_URL)}
<li><a href="{$SUBSCRIBE_BASE_URL}{$EMAIL}" class="externalLink cluetip" title="{'Piwigo Announcements Newsletter'|@translate}|{'Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'|@translate|htmlspecialchars|nl2br}">{'Subscribe %s to Piwigo Announcements Newsletter'|@translate|@sprintf:$EMAIL}</a></li>
Expand Down

0 comments on commit 2ab566c

Please sign in to comment.