diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/menubar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl index c698ed497..603733fa2 100644 --- a/template/yoga/menubar.tpl +++ b/template/yoga/menubar.tpl @@ -29,7 +29,7 @@ <a href="{stop_filter.URL}" title="{lang:stop_filter_hint}"><img src="{pwg_root}{themeconf:icon_dir}/stop_filter.png" class="button" alt="{lang:stop_filter_hint}"></a> <!-- END stop_filter --> <dl id="mbCategories"> - <dt><a href="{U_HOME}">{lang:Categories}</a></dt> + <dt><a href="{U_CATEGORIES}">{lang:Categories}</a></dt> <dd> {MENU_CATEGORIES_CONTENT} <p class="totalImages">{NB_PICTURE} {lang:total}</p> |