diff --git a/src/html/mod_kunenalogin/mobile.php b/src/html/mod_kunenalogin/mobile.php index ccbe30a..0d28dc3 100644 --- a/src/html/mod_kunenalogin/mobile.php +++ b/src/html/mod_kunenalogin/mobile.php @@ -11,6 +11,7 @@ defined('_JEXEC') or die; +use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; @@ -88,7 +89,7 @@ $wrapperClass = 'mod-kunena-login mod-kunena-login-responsive ' . $moduleclass_s - + @@ -181,7 +182,7 @@ $wrapperClass = 'mod-kunena-login mod-kunena-login-responsive ' . $moduleclass_s - + diff --git a/src/index.php b/src/index.php index bf27832..3cc55e4 100644 --- a/src/index.php +++ b/src/index.php @@ -60,6 +60,7 @@ $params_developmentmode = $this->params->get('developmentmode', false); // Theme params $params_theme_enabled = $this->params->get('theme_enabled', 1); +$params_theme_control_type = (string) $this->params->get('theme_control_type', 'radios'); $params_theme_fab_enabled = $this->params->get('theme_fab_enabled', 1); $params_theme_fab_pos = $this->params->get('theme_fab_pos', 'br'); @@ -286,6 +287,10 @@ $wa->useScript('user.js'); // js/user.js }); + + + + useScript('user.js'); // js/user.js countModules('drawer-left', true)) : ?>