Show module title

Tabs Joomla module is the easiest way to create and manage your content via tabs.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sat Sep 01, 2012 4:05 pm
Hi,
is it possible show module title? How can I do it?

thanks
User avatar
Junior Boarder

GK User
Sat Sep 01, 2012 7:43 pm
If you said about the module inside the tabs module, then it is not possible without code changes. You can try to apply this change in the file tmpl/module.php file:

Code: Select all
echo JModuleHelper::renderModule($this->mod_getter[$m]);


should be changed to:

Code: Select all
$attribs['style'] = 'xhtml';
echo JModuleHelper::renderModule($this->mod_getter[$m], $attribs);
User avatar
Administrator


cron