source: extensions/gally/mail/text/html/footer.tpl @ 4489

Last change on this file since 4489 was 4489, checked in by grum, 14 years ago

[Template:Gally] feature 1096, feature 1097, feature 1098, feature 1099, feature 1313
And some other improvments...

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