diff options
author | mistic100 <mistic@piwigo.org> | 2012-08-09 14:49:44 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-08-09 14:49:44 +0000 |
commit | e63f2b97668af6ca8e30ac1167da878891d981b2 (patch) | |
tree | 9055d5a651a809723158168680185967b863089f | |
parent | fd64213045d72dc409180cd7901b4f667e777969 (diff) |
Merged revision(s) r17496 from trunk:
feature 2721: slight improvement of "contact webmaster" link
git-svn-id: http://piwigo.org/svn/branches/2.4@17497 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | themes/default/template/footer.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/default/template/footer.tpl b/themes/default/template/footer.tpl index d27ba7e2b..08c94fb4f 100644 --- a/themes/default/template/footer.tpl +++ b/themes/default/template/footer.tpl @@ -10,8 +10,7 @@ {'Powered by'|@translate} <a href="{$PHPWG_URL}" class="Piwigo">Piwigo</a> {$VERSION} {if isset($CONTACT_MAIL)} - - {'Contact'|@translate} - <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a> + - <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Contact webmaster'|@translate}</a> {/if} {if isset($TOGGLE_MOBILE_THEME_URL)} - {'View in'|@translate} : <a href="{$TOGGLE_MOBILE_THEME_URL}">{'Mobile'|@translate}</a> | <b>{'Desktop'|@translate}</b> |