Comment out the Submenu
This commit is contained in:
parent
86db494dee
commit
1829772135
@ -32,11 +32,11 @@ class DemoViewLooks extends JViewLegacy
|
|||||||
*/
|
*/
|
||||||
function display($tpl = null)
|
function display($tpl = null)
|
||||||
{
|
{
|
||||||
if ($this->getLayout() !== 'modal')
|
// if ($this->getLayout() !== 'modal')
|
||||||
{
|
// {
|
||||||
// Include helper submenu
|
// // Include helper submenu
|
||||||
DemoHelper::addSubmenu('looks');
|
// DemoHelper::addSubmenu('looks');
|
||||||
}
|
// }
|
||||||
|
|
||||||
// Assign data to the view
|
// Assign data to the view
|
||||||
$this->items = $this->get('Items');
|
$this->items = $this->get('Items');
|
||||||
|
Loading…
Reference in New Issue
Block a user