content)) : ?>
showtitle) : ?> >title; ?>> content; ?>
content)) { ?>
showtitle) : ?> class="js_heading"> title; ?> <?php if ($state == 1) { echo JText::_('TPL_BEEZ3_ALTOPEN');} else {echo JText::_('TPL_BEEZ3_ALTCLOSE');} ?> >
" id="module_id; ?>" tabindex="-1">content; ?>
position)); $modules = array(); } if ($modulecount == 1) { $temp = new stdClass; $temp->content = $module->content; $temp->title = $module->title; $temp->params = $module->params; $temp->id = $module->id; $modules[] = $temp; // list of moduletitles // list of moduletitles echo '
'; $counter = 0; // modulecontent foreach ($modules as $rendermodule) { $counter ++; echo '
'; echo $rendermodule->content; if ($counter != count($modules)) { echo ''.JText::_('TPL_BEEZ3_NEXTTAB').''; } echo '
'; } $modulecount--; echo '
'; } else { $temp = new stdClass; $temp->content = $module->content; $temp->params = $module->params; $temp->title = $module->title; $temp->id = $module->id; $modules[] = $temp; $modulecount--; } }