aboutsummaryrefslogtreecommitdiffstats
path: root/BSF/template/yoga/mail/text/html/footer.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-05-23 21:05:41 +0000
committervdigital <vdigital@piwigo.org>2008-05-23 21:05:41 +0000
commit77fd1f51a3c5f5a52f72ef8a299fe368228e2285 (patch)
treea67ede42904657ccf3349ecdaef1cec8b8e36ff8 /BSF/template/yoga/mail/text/html/footer.tpl
parent553727dffacc48e8337c1d141f2a25af359e74b1 (diff)
git-svn-id: http://piwigo.org/svn/trunk@2357 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'BSF/template/yoga/mail/text/html/footer.tpl')
-rw-r--r--BSF/template/yoga/mail/text/html/footer.tpl20
1 files changed, 20 insertions, 0 deletions
diff --git a/BSF/template/yoga/mail/text/html/footer.tpl b/BSF/template/yoga/mail/text/html/footer.tpl
new file mode 100644
index 000000000..e09201a4f
--- /dev/null
+++ b/BSF/template/yoga/mail/text/html/footer.tpl
@@ -0,0 +1,20 @@
+{* $Id$ *}
+</div> <!-- content -->
+<div id="copyright">
+<hr/>
+ {* Please, do not remove this copyright. If you really want to,
+ contact us on http://piwigo.org to find a solution on how
+ to show the origin of the script...*}
+
+ {'powered_by'|@translate}
+ <a href="http://piwigo.org" class="PWG">
+ <span class="P">Pi</span><span class="W">wi</span><span class="G">go</span></a>
+ {$VERSION}
+ - {'send_mail'|@translate}
+ <a href="mailto:{$MAIL}?subject={$TITLE_MAIL}">{'Webmaster'|@translate}</a>
+
+</div> <!-- copyright -->
+</div> <!-- the_page -->
+
+</body>
+</html>