source: trunk/admin/themes/default/template/footer.tpl @ 5219

Last change on this file since 5219 was 5212, checked in by vdigital, 15 years ago

Fix generation time description

  • Property svn:eol-style set to LF
File size: 1.7 KB
RevLine 
[2526]1{*
2          Warning : This is the admin pages footer only
3          don't be confusing with the public page footer
4*}
[5098]5</div> <!-- pwgMain -->
6{if isset($footer_elements)}
7{foreach from=$footer_elements item=v}
8{$v}
9{/foreach}
10{/if}
11{if isset($debug.QUERIES_LIST)}
12<div id="debug">
13{$debug.QUERIES_LIST}
14</div>
15{/if}
[2526]16
[5098]17<div id="footer">
18  <div id="piwigoInfos">
[2526]19 {* Please, do not remove this copyright. If you really want to,
20      contact us on http://piwigo.org to find a solution on how
21      to show the origin of the script...
22  *}
23
[5021]24  {'Powered by'|@translate}
[5202]25  <a class="PiwigoLogo" href="{$PHPWG_URL}" title="Visit Piwigo project website">
26  <img class="PiwigoLogo" alt="Piwigo" src="{$ROOT_URL}admin/images/piwigo-logo-simply-45.png"></a>
[2526]27  {$VERSION}
[5098]28  | <a class="external" href="{$pwgmenu.WIKI}" title="Read Piwigo Documentation" onclick="window.open(this.href, ''); return false;">{'Documentation'|@translate}</a>
29  | <a class="external" href="{$pwgmenu.FORUM}" title="Get Support on Piwigo Forum" onclick="window.open(this.href, ''); return false;">{'Support'|@translate}</a>
30  </div> <!-- piwigoInfos -->
31
32  <div id="pageInfos">
33 {if isset($debug.TIME) }
[5212]34 {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) -
[5098]35 {/if}
36
37
38  {'Contact'|@translate}
[5178]39  <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
[5098]40  </div> <!-- pageInfos -->
[2526]41
[5098]42</div> <!-- footer -->
[2526]43</div> <!-- the_page -->
[2598]44
[5098]45{literal}
46<script type='text/javascript'>
47  $(function() {
[5153]48    $('#pwgHead A, #footer A, .themeActions A').tipTip({
[5098]49        'delay' : 0,
50        'fadeIn' : 200,
51        'fadeOut' : 200,
52    });
53  });
54</script>
55{/literal}
56
[2526]57</body>
58</html>
Note: See TracBrowser for help on using the repository browser.