diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/mail/text/html/footer.tpl | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/template/yoga/mail/text/html/footer.tpl b/template/yoga/mail/text/html/footer.tpl index 1e85a6a5d..c0ee0d2e4 100644 --- a/template/yoga/mail/text/html/footer.tpl +++ b/template/yoga/mail/text/html/footer.tpl @@ -1,19 +1,19 @@ -</div> <!-- content -->
-<div id="copyright">
-<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...-->
-
- {lang:powered_by}
- <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>
-
-</div> <!-- copyright -->
-</div> <!-- the_page -->
-
-</body>
-</html>
+</div> <!-- content --> +<div id="copyright"> +<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...--> + + {lang:powered_by} + <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> + +</div> <!-- copyright --> +</div> <!-- the_page --> + +</body> +</html> |