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

Last change on this file since 19006 was 19006, checked in by rvelices, 11 years ago

bug 2614: pagination on albums - fix mobile theme

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