source: trunk/template/yoga/mail/text/html/footer.tpl @ 3245

Last change on this file since 3245 was 3245, checked in by rub, 15 years ago

Resolved issue 0000976: Add link of website on mail footer...

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 615 bytes
Line 
1{* $Id: footer.tpl 3245 2009-04-22 19:32:00Z rub $ *}
2</div> <!-- content -->
3<div id="copyright">
4<hr>
5  {'Sent by'|@translate}
6  <a href="{$GALLERY_URL}">{$GALLERY_TITLE}</a>
7
8 {* Please, do not remove this copyright. If you really want to,
9      contact us on http://piwigo.org to find a solution on how
10      to show the origin of the script...*}
11  - {'powered_by'|@translate}
12  <a href="http://piwigo.org" class="Piwigo">
13  <span class="Piwigo">Piwigo</span></a>
14  {$VERSION}
15
16  - {'send_mail'|@translate}
17  <a href="mailto:{$MAIL}?subject={$TITLE_MAIL}">{'Webmaster'|@translate}</a>
18
19</div> <!-- copyright -->
20</div> <!-- the_page -->
21
22</body>
23</html>
Note: See TracBrowser for help on using the repository browser.