diff options
Diffstat (limited to 'themes/smartpocket/template/menubar.tpl')
-rw-r--r-- | themes/smartpocket/template/menubar.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/smartpocket/template/menubar.tpl b/themes/smartpocket/template/menubar.tpl index 5929146e6..dded4611f 100644 --- a/themes/smartpocket/template/menubar.tpl +++ b/themes/smartpocket/template/menubar.tpl @@ -2,6 +2,7 @@ <li data-icon="delete"><a href="#menubar" data-rel="close">{'Close'|@translate}</a></li> </ul> {if !empty($blocks) } +<div data-role="collapsible-set" data-inset="false"> {foreach from=$blocks key=id item=block} <div data-role="collapsible" data-inset="false" data-icon="false"> {if not empty($block->template)} @@ -12,6 +13,7 @@ {/if} </div> {/foreach} +</div> {/if} <br> <ul data-role="listview"> |