1
Hi, I installed the spotlight theme and I'm getting this error message when I try to switch to it:
Warning [Xoops]: Smarty error: unable to read resource: "spotlight/theme.html" in file E:\apache2triad\htdocs\xoops\html\class\smarty\Smarty.class.php line 1084
Line 1084 in the smarty file is:
function trigger_error($error_msg, $error_type = E_USER_WARNING)
{
trigger_error("Smarty error: $error_msg", $error_type);
any idead what's going on?
R