Hi,
I'm receiving many errors in my log, which I suspect relate to my template problems.
Undefined variable $moduleclass_sfx in /home/clari185/public_html/templates/ja_stark/html/mod_custom/default.php on line 14
This is line 14
<div class="custom<?php echo $moduleclass_sfx; ?>" <?php if ($params->get('backgroundimage')) : ?> style="background-image:url(<?php echo $params->get('backgroundimage'); ?>)"<?php endif; ?> >
<?php echo $module->content; ?>
Thanks,
Chris