source: trunk/themes/smartpocket/template/footer.tpl @ 27690

Last change on this file since 27690 was 27690, checked in by rvelices, 10 years ago

smartpocket was not putting footer_elements (plugins might add it) as the default theme

File size: 1.0 KB
Line 
1{if !empty($thumb_navbar)}
2{include file='navigation_bar.tpl'|@get_extent:'navbar' navbar=$thumb_navbar}
3{elseif !empty($navbar) and !isset($ELEMENT_CONTENT)}
4{include file='navigation_bar.tpl'|@get_extent:'navbar'}
5{else}
6<div data-role="footer" class="pwg_footer">
7  <h6>
8        {'Powered by'|@translate}       <a href="{$PHPWG_URL}" class="Piwigo">Piwigo</a>
9        {$VERSION}
10        {if isset($CONTACT_MAIL)}
11        - {'Contact'|@translate}
12        <a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
13        {/if}
14  <br>{'View in'|@translate} :
15    <b>{'Mobile'|@translate}</b> | <a href="{$TOGGLE_MOBILE_THEME_URL}">{'Desktop'|@translate}</a>
16  </h6>
17</div>
18{/if}
19{footer_script require='jquery'}
20document.cookie = 'screen_size='+jQuery(document).width()+'x'+jQuery(document).height()+';path={$COOKIE_PATH}';
21{/footer_script}
22{get_combined_scripts load='footer'}
23{if isset($footer_elements)}
24{foreach $footer_elements as $v}
25{$v}
26{/foreach}
27{/if}
28</div><!-- /page -->
29
30</body>
31</html>
Note: See TracBrowser for help on using the repository browser.