* * This file is part of a Moko Consulting project. * * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Main Menu - Mobile responsive collapsible dropdown menu override * Bootstrap 5 responsive navbar with hamburger menu */ defined('_JEXEC') or die; use Joomla\CMS\Helper\ModuleHelper; $id = ''; if ($tagId = $params->get('tag_id', '')) { $id = ' id="' . $tagId . '"'; } // Get module class suffix $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_COMPAT, 'UTF-8'); // The menu class is deprecated. Use mod-menu instead ?>