source: trunk/admin/template/goto/footer.tpl @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

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