Quote:
Originally Posted by baronmunchowsen
If you're getting the message, you need to make sure that the hlp_XXXX.tpl files you're creating are all lowercase. You'll see in includes/popup_info.php there is this line of code:
PHP Code:
$template_name = "help/hlp_".strtolower($action).".tpl";
|
I am having the same message, files are in lower case.
Did somebody get this working?