- Code: Select all
<div <?php if($this->tabs["id"][$i] != '') echo ' id="'.($this->tabs['id'][$i]).'"'; ?> class="gkTabsItem<?php echo $active_class; ?>">
<?php
foreach(array_keys($this->mod_getter) as $m) {
echo JModuleHelper::renderModule($this->mod_getter[$m]);
}
?>
</div>
I hacked this in on my version. but adding the tab id's to the tabs content allows styling of each tab individually.