source: trunk/template/default/mail/text/html/footer.tpl @ 5095

Last change on this file since 5095 was 5095, checked in by plg, 14 years ago

feature 1494: move all *.tpl files from template/yoga to the new
template/default (from which yoga derives)

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