* @license GNU General Public License version 2 or later; see LICENSE.txt * * Mobile responsive override for mod_virtuemart_product module */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_COMPAT, 'UTF-8'); $headerText = $params->get('headerText', ''); $headerText = HTMLHelper::_('content.prepare', $headerText); $display_style = $params->get('display_style', 'div'); // Add responsive wrapper class $wrapperClass = 'mod-vm-product mod-vm-product-responsive ' . $moduleclass_sfx; ?>