Files
kupshop/web/currency.php
2025-08-02 16:30:27 +02:00

8 lines
267 B
PHP

<?php
use KupShop\KupShopBundle\Util\Compat\SymfonyBridge;
if (findModule('currencies')) {
SymfonyBridge::handleController('KupShop\CatalogBundle\Controller\CatalogController::changeCurrencyAction', ['currency' => getVal('change'), 'url' => getVal('next')]);
}