source: extensions/sobre/branches/2.0/template/footer.tpl @ 10317

Last change on this file since 10317 was 10317, checked in by Gotcha, 13 years ago

Compatible avec Piwigo v2.2

File size: 2.1 KB
Line 
1<div id="scrolltotop"><a href="#">{'Scroll to top'|@translate}</a></div>
2<div id="copyright">
3  {if isset($U_REGISTER)}<a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow">{'Register'|@translate}</a>{/if}
4  {if isset($U_LOGIN)} - <a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a>{/if}
5  {if isset($U_LOGOUT)}<a href="{$U_LOGOUT}">{'Logout'|@translate}</a>{/if}
6  {if isset($U_PROFILE)} - <a href="{$U_PROFILE}" title="{'customize the appareance of the gallery'|@translate}">{'Customize'|@translate}</a>{/if}
7  {if isset($U_ADMIN)} - <a href="{$U_ADMIN}" title="{'available for administrators only'|@translate}">{'Administration'|@translate}</a>{/if}
8<br/>
9<a href="{$PHPWG_URL}" class="Piwigo">
10<span class="Piwigo"><img alt="visit Piwigo website" src="./themes/{$themeconf.id}/images/pwg_baniere_pdp.png" /></span></a><br/>
11
12{if isset($debug.TIME)}
13        {'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) -
14{/if}
15{*
16        Please, do not remove this copyright. If you really want to,
17                        contact us on http://piwigo.org to find a solution on how
18                        to show the origin of the script...
19*}
20        <span class="legend">
21  {if isset($debug.TIME)}{'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME}) - {/if}
22  <script type="text/javascript"> document.write('Vous utilisez ' + BrowserDetect.browser + ' ' + BrowserDetect.version + ' sur ' + BrowserDetect.OS + '.'); </script>
23        {if isset($CONTACT_MAIL)}
24        - {'Contact'|@translate}
25        <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
26        {/if}
27
28 - <a href="about.php" alt="Legals informations" title="Informations complémentaires">{'About'|@translate}</a>
29 {if ($VERSION != "")} - v{$VERSION}{/if}</span>
30{get_combined_scripts load='footer'}
31
32{if isset($footer_elements)}
33{foreach from=$footer_elements item=v}
34{$v}
35{/foreach}
36{/if}
37</div> {* copyright *}
38{if isset($debug.QUERIES_LIST)}
39<div id="debug">
40{$debug.QUERIES_LIST}
41</div>
42{/if}
43</div>{* the_page *}
44</body>
45</html>
Note: See TracBrowser for help on using the repository browser.