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

7 lines
223 B
PHP

<?php
use KupShop\ContentBundle\Controller\ArticlesController;
use KupShop\KupShopBundle\Util\Compat\SymfonyBridge;
SymfonyBridge::handleController(ArticlesController::class.'::articlesAction', ['IDb' => getVal('IDb')]);