aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/mail/footer.tpl
blob: e0faa92f22dc7195be5d19d135405a76eb13dd7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div id="copyright">

 <!-- 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...-->

  <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:{MAIL}?subject={L_TITLE_MAIL}">{lang:Webmaster}</a>

</div> <!-- copyright -->
</div> <!-- the_page -->

</body>
</html>