aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/admin.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'admin/themes/default/template/admin.tpl')
-rw-r--r--admin/themes/default/template/admin.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/admin.tpl b/admin/themes/default/template/admin.tpl
index 56a92a75e..320e11c7c 100644
--- a/admin/themes/default/template/admin.tpl
+++ b/admin/themes/default/template/admin.tpl
@@ -101,7 +101,7 @@ jQuery(document).ready(function(){ldelim}
{if isset($U_HELP)}
{combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'}
<ul class="HelpActions">
- <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/help.png" class="button" alt="(?)"></a></li>
+ <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/help.png" alt="(?)"></a></li>
</ul>
{/if}