* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Helper\ModuleHelper; /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $app->getDocument()->getWebAssetManager(); $wa->registerAndUseScript('mod_menu', 'mod_menu/menu.min.js', [], ['type' => 'module']); $wa->registerAndUseScript('mod_menu', 'mod_menu/menu-es5.min.js', [], ['nomodule' => true, 'defer' => true]); $id = ''; $count_childitem = 0; $contofigli = 0; $countereee = 0; $countduecol=0; $oldparent_id=0; if ($tagId = $params->get('tag_id', '')) { $id = ' id="' . $tagId . '"'; } $arrayfigli =[]; $arraypadri =[]; ?>