Posted by Massimo on Wed 11 Jun 21:17
report abuse | download | new post
- <?php
- JHTML::stylesheet('tabs.css','jumi_includes/');
- jimport('joomla.html.pane');
- $tabs = &JPane::getInstance('tabs');
- $document = &JFactory::getDocument();
- $renderer = $document->loadRenderer('module');
- $i = 1;
- foreach (JModuleHelper::getModules('tabs') as $mod) {
- $i++;
- }
- ?>
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.