What is the following code used for? $document = &JFactory::getDocument(); $renderer = $document->loadRenderer('modules'); $options = array('style' => 'xhtml'); $position = 'article-banners'; echo $renderer->render($position, $options, null);
1.For loading a single module
2. For loading a module position<br>
3.both (a) and (b)
4.None of these
Posted Date:-2022-10-12 11:25:45