* * This file is part of a Moko Consulting project. * * SPDX-License-Identifier: GPL-3.0-or-later */ /** * Horizontal menu — always-visible inline links that wrap on mobile. * No hamburger, no collapse. Suitable for Quick Links, utility nav, topbar menus. */ defined('_JEXEC') or die; use Joomla\CMS\Helper\ModuleHelper; $id = ''; if ($tagId = $params->get('tag_id', '')) { $id = ' id="' . $tagId . '"'; } $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_COMPAT, 'UTF-8'); ?>