When I load my site using REVCMS I get this:
Warning: Invalid argument supplied for foreach() in /home/hobbarpc/public_html/app/tpl/class.css.php on line 27
How do I fix it?
When I load my site using REVCMS I get this:
Warning: Invalid argument supplied for foreach() in /home/hobbarpc/public_html/app/tpl/class.css.php on line 27
How do I fix it?
Well we cant tell you how to fix unless you give us a piece of code.
What is on line 25 to 30?
Cheers!
global $_CONFIG;
foreach (glob("app/tpl/skins/".$_CONFIG['template']['style']."/styles/*.css") as $filename)
{