first commit
This commit is contained in:
11
web/form.php
Normal file
11
web/form.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
use KupShop\KupShopBundle\Util\Compat\SymfonyBridge;
|
||||
|
||||
$type = getVal('form', null, 'default');
|
||||
|
||||
if ($type == 'product_question') {
|
||||
$type = 'dotaz-na-produkt';
|
||||
}
|
||||
|
||||
SymfonyBridge::handleController('KupShop\ContentBundle\Controller\ContactFormController::SendFormAction', ['type' => $type, 'old' => true]);
|
||||
Reference in New Issue
Block a user