aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/mail/text/html/footer.tpl
blob: bdd3e7cb086f616fa259dba41475be4053a42d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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="Piwigo">
  <span class="Piwigo">Piwigo</span></a>
  {$VERSION}
  - {'send_mail'|@translate}
  <a href="mailto:{$MAIL}?subject={$TITLE_MAIL}">{'Webmaster'|@translate}</a>

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

</body>
</html>