piwigo/themes/smartpocket/template/footer.tpl
patdenice 84a48c999c feature:2577
Wrong language key for toggle theme.

git-svn-id: http://piwigo.org/svn/trunk@13243 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18 21:26:07 +00:00

21 lines
No EOL
640 B
Smarty

{if !empty($navbar)}
{include file='navigation_bar.tpl'|@get_extent:'navbar'}
{else}
<div class="pwg_footer ui-bar-a">
<h6>
{'Powered by'|@translate} <a href="{$PHPWG_URL}" class="Piwigo">Piwigo</a>
{$VERSION}
{if isset($CONTACT_MAIL)}
- {'Contact'|@translate}
<a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|@translate|@escape:url}">{'Webmaster'|@translate}</a>
{/if}
<br>{'View in'|@translate} :
<b>{'Mobile'|@translate}</b> | <a href="{$TOGGLE_MOBILE_THEME_URL}">{'Desktop'|@translate}</a>
</h6>
</div>
{/if}
{get_combined_scripts load='footer'}
</div><!-- /page -->
</body>
</html>