aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/mail/text/html/footer.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/mail/text/html/footer.tpl')
-rw-r--r--template/yoga/mail/text/html/footer.tpl16
1 files changed, 8 insertions, 8 deletions
diff --git a/template/yoga/mail/text/html/footer.tpl b/template/yoga/mail/text/html/footer.tpl
index 50b661486..0b627bc00 100644
--- a/template/yoga/mail/text/html/footer.tpl
+++ b/template/yoga/mail/text/html/footer.tpl
@@ -1,17 +1,17 @@
-<!-- DEV TAG: not smarty migrated -->
+{* $Id$ *}
</div> <!-- content -->
<div id="copyright">
-<HR>
- <!-- Please, do not remove this copyright. If you really want to,
+<hr/>
+ {* Please, do not remove this copyright. If you really want to,
contact us on http://phpwebgallery.net to find a solution on how
- to show the origin of the script...-->
+ to show the origin of the script...*}
- {lang:powered_by}
+ {'powered_by'|@translate}
<a href="http://www.phpwebgallery.net" class="PWG">
<span class="P">Php</span><span class="W">Web</span><span class="G">Gallery</span></a>
- {VERSION}
- - {lang:send_mail}
- <a href="mailto:{MAIL}?subject={TITLE_MAIL}">{lang:Webmaster}</a>
+ {$VERSION}
+ - {'send_mail'|@translate}
+ <a href="mailto:{$MAIL}?subject={$TITLE_MAIL}">{'Webmaster'|@translate}</a>
</div> <!-- copyright -->
</div> <!-- the_page -->