diff options
author | mistic100 <mistic@piwigo.org> | 2012-08-09 14:48:51 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-08-09 14:48:51 +0000 |
commit | 0560be158ec61f4ebd35e3585b93d55549f13216 (patch) | |
tree | d4b773629fdac7921cecdf36b90f69b79aa56ed5 /themes/default/template/footer.tpl | |
parent | 9166a8d39d6f1dbb0b38d58e948e18ba7ce523b2 (diff) |
feature 2721: slight improvement of "contact webmaster" link
git-svn-id: http://piwigo.org/svn/trunk@17496 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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> |