source: extensions/greydragon/template/footer.tpl @ 31322

Last change on this file since 31322 was 31043, checked in by SergeD, 9 years ago

version 1.2.22 - see changelog for details

File size: 2.5 KB
Line 
1<div data-role="footer" id="g-footer" {if isset($greydragon.p_footer)}class="expanded"{/if}>
2  <ul class="g-inline g-link-list g-footer-topleft">
3    {if isset($U_PROFILE)}<li class="dot">&middot;&nbsp;</li><li><a href="{$U_PROFILE}" title="{'My Profile'|@translate}" rel="nofollow">{$USERNAME}</a></li>{/if}
4    {if isset($U_LOGIN)}<li class="dot">&middot;&nbsp;</li><li><a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a></li>{/if}
5    {if isset($U_REGISTER)}<li class="dot">&middot;&nbsp;</li><li><a href="{$U_REGISTER}" rel="nofollow">{'Register'|@translate}</a></li>{/if}
6    {if isset($U_LOGOUT)}<li class="dot">&middot;&nbsp;</li><li><a href="{$U_LOGOUT}" rel="nofollow">{'Logout'|@translate}</a></li>{/if}
7    {if !isset($ato)}{if isset($U_ADMIN)}<li class="dot">&middot;&nbsp;</li><li><a href="{$U_ADMIN}" rel="nofollow">{'Administration'|@translate}</a></li>{/if}{/if}
8    {if ($greydragon.p_adminemail == "on" && isset($CONTACT_MAIL))}<li class="dot">&middot;&nbsp;</li><li><a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}" rel="nofollow">{'Contact'|@translate}</a></li>{/if}
9    {if ($greydragon.p_hideabout == 'off')}<li class="dot">&middot;&nbsp;</li><li><a href="{$PHPWG_ROOT_PATH}/about.php">About</a></li>{/if}
10  </ul>
11  {if isset($greydragon.p_footer) || isset($footer_elements)}
12  <div class="g-footer-bottomleft">
13    {if isset($greydragon.p_footer)} {$greydragon.p_footer} {/if}
14    {if isset($footer_elements)}
15      {foreach from=$footer_elements item=elt}
16        {$elt}
17      {/foreach}
18    {/if}
19  </div>
20  {/if}
21  {if ($greydragon.p_credits !== "off")}
22  <ul id="g-credits" class="g-inline g-link-list g-footer-topright{if $greydragon.p_credits == "text"} g-text-only{/if}">
23    <li><span>{'Powered by'|@translate}&nbsp;</span><a title="Piwigo {$VERSION}" id="g-gallery-logo" class="Piwigo" href="{$PHPWG_URL}">Piwigo</a>{if $VERSION}<span>&nbsp;{$VERSION}</span>{/if}</li>
24    <li><span>&middot;&nbsp;</span><a title="GreyDragon Theme ({$greydragon.p_colorpack})" id="g-theme-logo" href="#" target="_blank">GreyDragon</a></li>
25  </ul> 
26  {/if}
27</div>
28</div>
29{get_combined_scripts load='footer'}
30{if isset($U_ADMIN)}{if $greydragon.p_debug == "on"}{debug}{/if}{/if}
31{if isset($debug.TIME)}
32  <small>{'Page generated in'|@translate} {$debug.TIME} ({$debug.NB_QUERIES} {'SQL queries in'|@translate} {$debug.SQL_TIME})</small>
33{/if}
34{if isset($debug.QUERIES_LIST)}
35<div id="debug">{$debug.QUERIES_LIST}</div>
36{/if}
37</body>
38</html>
Note: See TracBrowser for help on using the repository browser.