|
Revision 6109, 1.0 KB
(checked in by grum, 3 years ago)
|
|
Gally's themes compatibles with piwigo 2.1
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | <!-- **GBL** >FOOTER> --> |
|---|
| 2 | <div id="copyright"> |
|---|
| 3 | <a name="EoP"></a> <!-- End of Page --> |
|---|
| 4 | {if isset($debug.TIME) } |
|---|
| 5 | {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) - |
|---|
| 6 | {/if} |
|---|
| 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 | *} |
|---|
| 12 | |
|---|
| 13 | {'Powered by'|@translate} |
|---|
| 14 | <a href="{$PHPWG_URL}" class="Piwigo"> |
|---|
| 15 | <span class="Piwigo">Piwigo</span></a> |
|---|
| 16 | {$VERSION} |
|---|
| 17 | {if isset($CONTACT_MAIL)} |
|---|
| 18 | - {'Contact'|@translate} |
|---|
| 19 | <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a> |
|---|
| 20 | {/if} |
|---|
| 21 | |
|---|
| 22 | {if isset($footer_elements)} |
|---|
| 23 | {foreach from=$footer_elements item=v} |
|---|
| 24 | {$v} |
|---|
| 25 | {/foreach} |
|---|
| 26 | {/if} |
|---|
| 27 | </div> <!-- copyright --> |
|---|
| 28 | </div> <!-- the_page --> |
|---|
| 29 | |
|---|
| 30 | {if isset($debug.QUERIES_LIST)}<div id="debug">{$debug.QUERIES_LIST}</div>{/if} |
|---|
| 31 | </body> |
|---|
| 32 | <!-- **GBL** <FOOTER< --> |
|---|
| 33 | </html> |
|---|