diff options
Diffstat (limited to 'template/yoga/menubar.tpl')
-rw-r--r-- | template/yoga/menubar.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl index 6066d18d2..eecf72aac 100644 --- a/template/yoga/menubar.tpl +++ b/template/yoga/menubar.tpl @@ -13,6 +13,12 @@ </dl> <!-- END links --> <dl id="mbCategories"> + <!-- BEGIN start_filter_mode --> + <a href="{start_filter_mode.URL}" title="{lang:start_filter_mode_hint}"><img src="{pwg_root}{themeconf:icon_dir}/start_filter_mode.png" class="buttonmenu" alt="{lang:start_filter_mode_hint}"></a> + <!-- END start_filter_mode --> + <!-- BEGIN stop_filter_mode --> + <a href="{stop_filter_mode.URL}" title="{lang:stop_filter_mode_hint}"><img src="{pwg_root}{themeconf:icon_dir}/stop_filter_mode.png" class="buttonmenu" alt="{lang:stop_filter_mode_hint}"></a> + <!-- END stop_filter_mode --> <dt><a href="{U_HOME}">{lang:Categories}</a></dt> <dd> {MENU_CATEGORIES_CONTENT} |