diff options
Diffstat (limited to 'template/yoga/popuphelp.tpl')
-rw-r--r-- | template/yoga/popuphelp.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/popuphelp.tpl b/template/yoga/popuphelp.tpl index 6c892312f..3b3e27328 100644 --- a/template/yoga/popuphelp.tpl +++ b/template/yoga/popuphelp.tpl @@ -2,4 +2,4 @@ {HELP_CONTENT} </div> <!-- content --> -<p id="pageBottomActions"><a href="#" onclick="window.close();" title="{lang:Close this window}"><img src="template/yoga/theme/exit.png" class="button" alt="close"></a></p> +<p id="pageBottomActions"><a href="#" onclick="window.close();" title="{lang:Close this window}"><img src="{themeconf:icon_dir}/exit.png" class="button" alt="close"></a></p> |