Comment out the Submenu

This commit is contained in:
Oh 2021-10-19 19:41:13 +02:00
parent 86db494dee
commit 1829772135
Signed by untrusted user: Oh
GPG Key ID: F91C6D0A21225F8A

View File

@ -32,11 +32,11 @@ class DemoViewLooks extends JViewLegacy
*/
function display($tpl = null)
{
if ($this->getLayout() !== 'modal')
{
// Include helper submenu
DemoHelper::addSubmenu('looks');
}
// if ($this->getLayout() !== 'modal')
// {
// // Include helper submenu
// DemoHelper::addSubmenu('looks');
// }
// Assign data to the view
$this->items = $this->get('Items');