diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/update.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/update.tpl b/template/yoga/admin/update.tpl index ad3491ffe..9609bccad 100644 --- a/template/yoga/admin/update.tpl +++ b/template/yoga/admin/update.tpl @@ -2,7 +2,7 @@ <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" class="button" alt="(?)"></a></li> + <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> </ul> <h2>{lang:title_update}</h2> </div> |