diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/about.tpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/template/yoga/about.tpl b/template/yoga/about.tpl index 71abb3ce3..6efa0e9ee 100644 --- a/template/yoga/about.tpl +++ b/template/yoga/about.tpl @@ -1,8 +1,11 @@ <div id="content"> - <div class="titrePage"> <ul class="categoryActions"> - <li><a href="{U_HOME}" title="{lang:return to homepage}"><img src="./template/yoga/theme/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:About}</h2> </div> |