|
Revision 3606, 0.6 KB
(checked in by flop25, 4 years ago)
|
|
|
| Line | |
|---|
| 1 | {* $Id: footer.tpl 2342 2008-05-15 18:43:33Z rub $ *} |
|---|
| 2 | </div> <!-- content --> |
|---|
| 3 | <div id="copyright"> |
|---|
| 4 | <hr/> |
|---|
| 5 | {* Please, do not remove this copyright. If you really want to, |
|---|
| 6 | contact us on http://piwigo.org to find a solution on how |
|---|
| 7 | to show the origin of the script...*} |
|---|
| 8 | |
|---|
| 9 | {'powered_by'|@translate} |
|---|
| 10 | <a href="http://piwigo.org" class="PWG"> |
|---|
| 11 | <span class="P">Pi</span><span class="W">wi</span><span class="G">go</span></a> |
|---|
| 12 | {$VERSION} |
|---|
| 13 | - {'send_mail'|@translate} |
|---|
| 14 | <a href="mailto:{$MAIL}?subject={$TITLE_MAIL}">{'Webmaster'|@translate}</a> |
|---|
| 15 | </div> <!-- copyright --> |
|---|
| 16 | </div> <!-- the_page --> |
|---|
| 17 | |
|---|
| 18 | </body> |
|---|
| 19 | </html> |
|---|