diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/about.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/about.tpl b/template/yoga/about.tpl index 1344f9c7e..71abb3ce3 100644 --- a/template/yoga/about.tpl +++ b/template/yoga/about.tpl @@ -2,7 +2,7 @@ <div class="titrePage"> <ul class="categoryActions"> - <li><a href="{U_HOME}" title="{lang:return to homepage}"><img src="./template/yoga/theme/home.png" alt="{lang:home}"/></a></li> + <li><a href="{U_HOME}" title="{lang:return to homepage}"><img src="./template/yoga/theme/home.png" class="button" alt="{lang:home}"/></a></li> </ul> <h2>{lang:About}</h2> </div> |