PHP Warning: Invalid argument supplied for foreach() in .... /templates/j51_chelsea/php/styles.php on line 319
Here's the line in question:
<?php foreach ($moduleoverrides as $item) : if($item->module_position != "0") : ?>
Not sure how to resolve that one. Can you tell me how I should fix this?
Thanks