aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-12-09 00:43:23 +0000
committerrub <rub@piwigo.org>2006-12-09 00:43:23 +0000
commit262ee7d11954930a47a8cf359be91c554de36db8 (patch)
tree06b70cdb87a01fa58808ee139b2413665f7c1a7a /template
parent7eb74b3b12ca78eed57ea0cdc3cc80c7d1107c6c (diff)
Feature Issue ID 0000598:
Possibility to send HTML mail Optimize, fix little bugs and add footer information NBM: Replace // by / on subscribe/unsubscribe link git-svn-id: http://piwigo.org/svn/trunk@1645 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/mail/footer.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/mail/footer.tpl b/template/yoga/mail/footer.tpl
index 1110dacdf..e0faa92f2 100644
--- a/template/yoga/mail/footer.tpl
+++ b/template/yoga/mail/footer.tpl
@@ -4,10 +4,11 @@
contact us on http://phpwebgallery.net to find a solution on how
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>
{VERSION}
- {lang:send_mail}
- <a href="mailto:{contact.MAIL}?subject={L_TITLE_MAIL}">{lang:Webmaster}</a>
+ <a href="mailto:{MAIL}?subject={L_TITLE_MAIL}">{lang:Webmaster}</a>
</div> <!-- copyright -->
</div> <!-- the_page -->