* @license GNU General Public License version 2 or later; see LICENSE.txt * * Mobile responsive override for mod_kunenalogin module */ defined('_JEXEC') or die; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_COMPAT, 'UTF-8'); // Add responsive wrapper class $wrapperClass = 'mod-kunena-login mod-kunena-login-responsive ' . $moduleclass_sfx; ?>