aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/menubar.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/smartpocket/template/menubar.tpl')
-rw-r--r--themes/smartpocket/template/menubar.tpl11
1 files changed, 8 insertions, 3 deletions
diff --git a/themes/smartpocket/template/menubar.tpl b/themes/smartpocket/template/menubar.tpl
index 19b6b5481..5929146e6 100644
--- a/themes/smartpocket/template/menubar.tpl
+++ b/themes/smartpocket/template/menubar.tpl
@@ -1,7 +1,7 @@
-{if !empty($blocks) }
<ul data-role="listview">
- <li data-icon="delete"><a href="#menubar" data-rel="close">Close</a></li>
+ <li data-icon="delete"><a href="#menubar" data-rel="close">{'Close'|@translate}</a></li>
</ul>
+{if !empty($blocks) }
{foreach from=$blocks key=id item=block}
<div data-role="collapsible" data-inset="false" data-icon="false">
{if not empty($block->template)}
@@ -12,4 +12,9 @@
{/if}
</div>
{/foreach}
-{/if} \ No newline at end of file
+{/if}
+<br>
+<ul data-role="listview">
+ <li data-role="list-divider">{'View in'|@translate}</li>
+ <li><a href="{$TOGGLE_MOBILE_THEME_URL}">{'Desktop'|@translate}</a></li>
+</ul>