diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/menubar.tpl | 2 | ||||
-rw-r--r-- | template/yoga/profile.tpl | 2 |
2 files changed, 2 insertions, 2 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> diff --git a/template/yoga/profile.tpl b/template/yoga/profile.tpl index f48a711c1..248dce787 100644 --- a/template/yoga/profile.tpl +++ b/template/yoga/profile.tpl @@ -12,7 +12,7 @@ <div class="titrePage"> <ul class="categoryActions"> - <li><a href="{U_RETURN}" title="{lang:return to homepage}"><img src="{themeconf:icon_dir}/home.png" class="button" alt="{lang:home}"/></a></li> + <li><a href="{U_HOME}" title="{lang:return to homepage}"><img src="{themeconf:icon_dir}/home.png" class="button" alt="{lang:home}"/></a></li> </ul> <h2>{lang:Profile}</h2> </div> |