aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-12-19 22:05:01 +0000
committerrub <rub@piwigo.org>2006-12-19 22:05:01 +0000
commita7ce26153185c274a08fb52b07402c8afba6f128 (patch)
treec2b8123bc777f033445337b4944650c81d5b880a /template
parenta65dbaa784ebcda9a807226e5739ba02e1a2123c (diff)
Apply Nicco's style footer to HTML mail.
Add 2 news functions to indicate to build URL with full path git-svn-id: http://piwigo.org/svn/trunk@1676 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/mail/footer.tpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/template/yoga/mail/footer.tpl b/template/yoga/mail/footer.tpl
index e0faa92f2..01c9e3c4a 100644
--- a/template/yoga/mail/footer.tpl
+++ b/template/yoga/mail/footer.tpl
@@ -5,10 +5,12 @@
to show the origin of the script...-->
<a href="{GALLERY_URL}" class="back">{GALLERY_TITLE}</a> -
- {lang:powered_by} <a href="http://www.phpwebgallery.net" class="back">PhpWebGallery</a>
+ <a href="http://www.phpwebgallery.net" class="back" title="{lang:powered_by}">
+ <img src="{pwg_root}{themeconf:icon_dir}/pwg_footer.png" alt="{lang:powered_by}">
+ </a>
{VERSION}
- {lang:send_mail}
- <a href="mailto:{MAIL}?subject={L_TITLE_MAIL}">{lang:Webmaster}</a>
+ <a href="mailto:{MAIL}?subject={TITLE_MAIL}">{lang:Webmaster}</a>
</div> <!-- copyright -->
</div> <!-- the_page -->