diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-11-13 20:12:31 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-11-13 20:12:31 +0000 |
commit | 57980a1fbc4a50a16122e437a3093bd633cfb0f8 (patch) | |
tree | 652d223837f3ed556524af435cacabda5aaaa1e3 /themes/smartpocket | |
parent | 897f03f724a3b38ab4e0bc8f332c5758806e9b13 (diff) |
bug 2614: pagination on albums - fix mobile theme
git-svn-id: http://piwigo.org/svn/trunk@19006 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket')
-rw-r--r-- | themes/smartpocket/template/footer.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/smartpocket/template/footer.tpl b/themes/smartpocket/template/footer.tpl index 762fba511..27f3190c1 100644 --- a/themes/smartpocket/template/footer.tpl +++ b/themes/smartpocket/template/footer.tpl @@ -1,5 +1,5 @@ -{if !empty($navbar)}
-{include file='navigation_bar.tpl'|@get_extent:'navbar'}
+{if !empty($thumb_navbar)}
+{include file='navigation_bar.tpl'|@get_extent:'navbar' navbar=$thumb_navbar}
{else}
<div class="pwg_footer ui-bar-a">
<h6>
|