source: trunk/admin/template/goto/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: 1.0 KB
Line 
1{*
2          Warning : This is the admin pages footer only
3          don't be confusing with the public page footer
4*}
5<div id="copyright">
6 <a name="EoP"></a> <!-- End of ADMIN Page -->
7 {if isset($debug.TIME) }
8 {'generation_time'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'sql_queries_in'|@translate} {$debug.SQL_TIME}) -
9 {/if}
10
11 {* Please, do not remove this copyright. If you really want to,
12      contact us on http://piwigo.org to find a solution on how
13      to show the origin of the script...
14  *}
15
16  {'powered_by'|@translate}
17  <a href="{$PHPWG_URL}" class="Piwigo">
18  <span class="Piwigo">Piwigo</span></a>
19  {$VERSION}
20  {if isset($CONTACT_MAIL)}
21  - {'send_mail'|@translate}
22  <a href="mailto:{$CONTACT_MAIL}?subject={'title_send_mail'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
23  {/if}
24
25</div> <!-- copyright -->
26{if isset($footer_elements)}
27{foreach from=$footer_elements item=v}
28{$v}
29{/foreach}
30{/if}
31{if isset($debug.QUERIES_LIST)}
32<div id="debug">
33{$debug.QUERIES_LIST}
34</div>
35{/if}
36</div> <!-- the_page -->
37
38</body>
39</html>
Note: See TracBrowser for help on using the repository browser.