diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/profile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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> |