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

Last change on this file since 23713 was 23713, checked in by flop25, 11 years ago

bug:2848
jquery.mobile updated
photoswipe updated
menubar is now a right panel, with almost all the usual links
added comment, search, picture, about and tags pages

ToDo:
*bug correction of the link added to the photoswipe toolbar (link doesn't triggered)
*display the calculated size on the picture page
limitations: no calendar view

File size: 955 bytes
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</div><!-- /page -->
24
25</body>
26</html>
Note: See TracBrowser for help on using the repository browser.