I have created a module that lists out the specific list of articles. I could fetch the parameter of the module using $params . . But I couldn’t fetch the title of the module.
Can anybody help me with this ? ?
I have created a module that lists out the specific list of articles .
Share
The function is a normal PHP function and so can use any regular PHP code. One common example is to use an if statement to check the value of $module->showtitle, and then include the title or not accordingly:
more information read it
http://forum.joomla.org/viewtopic.php?f=469&t=289641