Hi there,
I created a new module position however the module titles do not seem to be displaying. The titles display fine in other locations.
Is there something that needs to be altered for that to work?
Thanks.

<jdoc:include type="modules" name="newmodule" style="<?php echo $this->module_styles['sidebar']; ?>" />// definitions of module positions default styles
$GK_TEMPLATE_MODULE_STYLES = array(
'breadcrumb' => 'none',
'lang' => 'none',
'search' => 'none',
'topmenu' => 'none',
.....