diff options
Diffstat (limited to 'template/yoga/search.tpl')
-rw-r--r-- | template/yoga/search.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl index 2f5b35dd9..1867cb2c5 100644 --- a/template/yoga/search.tpl +++ b/template/yoga/search.tpl @@ -2,8 +2,8 @@ <div class="titrePage"> <ul class="categoryActions"> - <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="template/yoga/theme/help.png" alt="(?)"></a></li> - <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_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="template/yoga/theme/help.png" class="button" alt="(?)"></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:Search}</h2> </div> |