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

Last change on this file since 3283 was 3283, checked in by plg, 15 years ago

complement to r3282, remove all $Id$ in source code.

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