Initial commit

This commit is contained in:
2019-05-26 15:57:49 +02:00
commit 9f74ec1089
34290 changed files with 5059123 additions and 0 deletions

2817
cache/prod/CoreProdProjectContainer.php vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,373 @@
<?php
use Symfony\Component\Routing\RequestContext;
use Symfony\Component\Routing\Exception\RouteNotFoundException;
use Psr\Log\LoggerInterface;
/**
* ProjectUrlGeneratorrouter_Admin
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlGeneratorrouter_Admin extends Symfony\Component\Routing\Generator\UrlGenerator
{
private static $declaredRoutes;
/**
* Constructor.
*/
public function __construct(RequestContext $context, LoggerInterface $logger = null)
{
$this->context = $context;
$this->logger = $logger;
if (null === self::$declaredRoutes) {
self::$declaredRoutes = array(
'admin' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdminController::indexAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin', ), ), 4 => array ( ), 5 => array ( ),),
'admin.home.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HomeController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/home', ), ), 4 => array ( ), 5 => array ( ),),
'admin.login' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::showLoginAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/login', ), ), 4 => array ( ), 5 => array ( ),),
'admin.lost-password' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::showLostPasswordAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/lost-password', ), ), 4 => array ( ), 5 => array ( ),),
'admin.password-create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::passwordCreateRequestAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/password-create-request', ), ), 4 => array ( ), 5 => array ( ),),
'admin.password-create-success' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::passwordCreateRequestSuccessAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/password-create-request-success', ), ), 4 => array ( ), 5 => array ( ),),
'admin.password-create-form' => array ( 0 => array ( 0 => 'token', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::displayCreateFormAction', 'not-logged' => '1', ), 2 => array ( 'token' => '.*', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'token', ), 1 => array ( 0 => 'text', 1 => '/admin/password-create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.password-renewed' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::passwordCreatedAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/password-created', ), ), 4 => array ( ), 5 => array ( ),),
'admin.password-renewed-success' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::passwordCreatedSuccessAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/password-create-success', ), ), 4 => array ( ), 5 => array ( ),),
'admin.set-email-address' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdministratorController::setEmailAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/set-email-address', ), ), 4 => array ( ), 5 => array ( ),),
'admin.logout' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::checkLogoutAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/logout', ), ), 4 => array ( ), 5 => array ( ),),
'admin.checklogin' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SessionController::checkLoginAction', 'not-logged' => '1', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/checklogin', ), ), 4 => array ( ), 5 => array ( ),),
'admin.catalog' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/catalog', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.save-ajax' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::saveImageAjaxAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/save-ajax', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.form-ajax' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::getImageFormAjaxAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/form-ajax', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.list-ajax' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::getImageListAjaxAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/list-ajax', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.update-position' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::updateImagePositionAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/update-position', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.toggle.process' => array ( 0 => array ( 0 => 'parentType', 1 => 'documentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::toggleVisibilityImageAction', ), 2 => array ( 'parentType' => '.*', 'documentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/toggle', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'documentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.update.view' => array ( 0 => array ( 0 => 'parentType', 1 => 'imageId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::viewImageAction', ), 2 => array ( 'parentType' => '.*', 'imageId' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/update', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'imageId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.update.process' => array ( 0 => array ( 0 => 'parentType', 1 => 'imageId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::updateImageAction', ), 2 => array ( 'parentType' => '.*', 'imageId' => '\\d+', '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/update', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'imageId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.image.delete' => array ( 0 => array ( 0 => 'parentType', 1 => 'imageId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::deleteImageAction', ), 2 => array ( 'parentType' => '.*', 'imageId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'imageId', ), 1 => array ( 0 => 'text', 1 => '/delete', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/image/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.save-ajax' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::saveDocumentAjaxAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/save-ajax', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.form-ajax' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::getDocumentFormAjaxAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/form-ajax', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.list-ajax' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::getDocumentListAjaxAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/list-ajax', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.update-position' => array ( 0 => array ( 0 => 'parentType', 1 => 'parentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::updateDocumentPositionAction', ), 2 => array ( 'parentType' => '.*', 'parentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/update-position', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'parentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.toggle.process' => array ( 0 => array ( 0 => 'parentType', 1 => 'documentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::toggleVisibilityDocumentAction', ), 2 => array ( 'parentType' => '.*', 'documentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/toggle', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'documentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.update.view' => array ( 0 => array ( 0 => 'parentType', 1 => 'documentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::viewDocumentAction', ), 2 => array ( 'parentType' => '.*', 'documentId' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/update', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'documentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.update.process' => array ( 0 => array ( 0 => 'parentType', 1 => 'documentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::updateDocumentAction', ), 2 => array ( 'parentType' => '.*', 'documentId' => '\\d+', '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/update', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'documentId', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.document.delete' => array ( 0 => array ( 0 => 'parentType', 1 => 'documentId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FileController::deleteDocumentAction', ), 2 => array ( 'parentType' => '.*', 'documentId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'documentId', ), 1 => array ( 0 => 'text', 1 => '/delete', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'parentType', ), 3 => array ( 0 => 'text', 1 => '/admin/document/type', ), ), 4 => array ( ), 5 => array ( ),),
'admin.customers' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CustomerController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/customers', ), ), 4 => array ( ), 5 => array ( ),),
'admin.customer.update.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CustomerController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/customer/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.customer.update.process' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CustomerController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/customer/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.customer.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CustomerController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/customer/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.customer.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CustomerController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/customer/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.address.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AddressController::deleteAction', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/address/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.address.makeItDefault' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AddressController::useAddressAction', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/address/use', ), ), 4 => array ( ), 5 => array ( ),),
'admin.address.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AddressController::createAction', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/address/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.address.update.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AddressController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/address/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.address.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AddressController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/address/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::indexAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/orders', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.update.view' => array ( 0 => array ( 0 => 'order_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::viewAction', ), 2 => array ( 'order_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'order_id', ), 1 => array ( 0 => 'text', 1 => '/admin/order/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.list.update.status' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::updateStatus', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/order/update/status', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.update.status' => array ( 0 => array ( 0 => 'order_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::updateStatus', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/status', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'order_id', ), 2 => array ( 0 => 'text', 1 => '/admin/order/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.update.deliveryRef' => array ( 0 => array ( 0 => 'order_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::updateDeliveryRef', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/delivery-ref', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'order_id', ), 2 => array ( 0 => 'text', 1 => '/admin/order/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.update.address' => array ( 0 => array ( 0 => 'order_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::updateAddress', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/address', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'order_id', ), 2 => array ( 0 => 'text', 1 => '/admin/order/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.pdf.invoice' => array ( 0 => array ( 0 => 'order_id', 1 => 'browser', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::generateInvoicePdf', 'browser' => '0', ), 2 => array ( 'browser' => '[0|1]', 'order_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[0|1]', 3 => 'browser', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'order_id', ), 2 => array ( 0 => 'text', 1 => '/admin/order/pdf/invoice', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order.pdf.delivery' => array ( 0 => array ( 0 => 'order_id', 1 => 'browser', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderController::generateDeliveryPdf', 'browser' => '0', ), 2 => array ( 'browser' => '[0|1]', 'order_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[0|1]', 3 => 'browser', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'order_id', ), 2 => array ( 0 => 'text', 1 => '/admin/order/pdf/delivery', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order-status.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderStatusController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/order-status', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order-status.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderStatusController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/order-status/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order-status.update' => array ( 0 => array ( 0 => 'order_status_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderStatusController::updateAction', ), 2 => array ( 'order_status_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'order_status_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/order-status/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order-status.save' => array ( 0 => array ( 0 => 'order_status_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderStatusController::processUpdateAction', ), 2 => array ( 'order_status_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'order_status_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/order-status/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order-status.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderStatusController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/order-status/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.order-status.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\OrderStatusController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/order-status/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.seo.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::processUpdateSeoAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/seo/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.set-default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::setToggleVisibilityAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/toggle-online', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.related-content.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::addRelatedContentAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/related-content/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.related-picture.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::addRelatedPictureAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/related-picture/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.categories.related-content.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::deleteRelatedContentAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/categories/related-content/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.category.available-related-content' => array ( 0 => array ( 0 => 'categoryId', 1 => 'folderId', 2 => '_format', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CategoryController::getAvailableRelatedContentAction', ), 2 => array ( '_format' => 'xml|json', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '.', 2 => 'xml|json', 3 => '_format', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/\\.]++', 3 => 'folderId', ), 2 => array ( 0 => 'text', 1 => '/available-related-content', ), 3 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'categoryId', ), 4 => array ( 0 => 'text', 1 => '/admin/category', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.clone' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::cloneAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/clone', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.seo.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::processUpdateSeoAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/seo/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.set-default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::setToggleVisibilityAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/toggle-online', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.related.tab' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::loadRelatedAjaxTabAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/related/tab', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.additional-category.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::addAdditionalCategoryAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/category/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.additional-category.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::deleteAdditionalCategoryAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/category/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.related-content.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::addRelatedContentAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/content/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.related-content.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::deleteRelatedContentAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/content/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.available-related-content' => array ( 0 => array ( 0 => 'productId', 1 => 'folderId', 2 => '_format', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::getAvailableRelatedContentAction', ), 2 => array ( '_format' => 'xml|json', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '.', 2 => 'xml|json', 3 => '_format', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/\\.]++', 3 => 'folderId', ), 2 => array ( 0 => 'text', 1 => '/available-content', ), 3 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'productId', ), 4 => array ( 0 => 'text', 1 => '/admin/product', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.update-content-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::updateContentPositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/update-content-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.calculate-price' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::priceCalculator', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/calculate-price', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.calculate-raw-price' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::calculatePrice', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/calculate-raw-price', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.load-converted-prices' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::loadConvertedPrices', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/load-converted-prices', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.accessories.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::addAccessoryAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/accessory/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.accessories.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::deleteAccessoryAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/accessory/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.accessories-content' => array ( 0 => array ( 0 => 'productId', 1 => 'categoryId', 2 => '_format', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::getAvailableAccessoriesAction', ), 2 => array ( '_format' => 'xml|json', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '.', 2 => 'xml|json', 3 => '_format', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/\\.]++', 3 => 'categoryId', ), 2 => array ( 0 => 'text', 1 => '/available-accessories', ), 3 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'productId', ), 4 => array ( 0 => 'text', 1 => '/admin/product', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.update-accessory-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::updateAccessoryPositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/update-accessory-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.attributes.tab' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::loadAttributesAjaxTabAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/products/attributes/tab', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.set-product-template' => array ( 0 => array ( 0 => 'productId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::setProductTemplateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/set-product-template', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'productId', ), 2 => array ( 0 => 'text', 1 => '/admin/product', ), ), 4 => array ( ), 5 => array ( ),),
'admin.products.update-attributes-and-features' => array ( 0 => array ( 0 => 'productId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::updateAttributesAndFeaturesAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/update-attributes-and-features', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'productId', ), 2 => array ( 0 => 'text', 1 => '/admin/product', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.attribute-values' => array ( 0 => array ( 0 => 'productId', 1 => 'attributeId', 2 => '_format', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::getAttributeValuesAction', ), 2 => array ( '_format' => 'xml|json', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '.', 2 => 'xml|json', 3 => '_format', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/\\.]++', 3 => 'attributeId', ), 2 => array ( 0 => 'text', 1 => '/attribute-values', ), 3 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'productId', ), 4 => array ( 0 => 'text', 1 => '/admin/product', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.add-attribute-value-to-combination' => array ( 0 => array ( 0 => 'productId', 1 => 'attributeAvId', 2 => 'combination', 3 => '_format', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::addAttributeValueToCombinationAction', ), 2 => array ( '_format' => 'xml|json', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '.', 2 => 'xml|json', 3 => '_format', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/\\.]++', 3 => 'combination', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'attributeAvId', ), 3 => array ( 0 => 'text', 1 => '/add-attribute-value-to-combination', ), 4 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'productId', ), 5 => array ( 0 => 'text', 1 => '/admin/product', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.combination.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::addProductSaleElementAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/combination/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.combination.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::deleteProductSaleElementAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/combination/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.combination.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::updateProductSaleElementsAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/combinations/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.combination.build' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::buildCombinationsAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/combination/build', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.combination.defaut-price.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::updateProductDefaultSaleElementAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/product/default-price/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product_sale_elements.document_image_assoc' => array ( 0 => array ( 0 => 'pseId', 1 => 'type', 2 => 'typeId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::productSaleElementsProductImageDocumentAssociation', ), 2 => array ( 'pseId' => '\\d+', 'type' => '.+', 'typeId' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'typeId', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '.+', 3 => 'type', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'pseId', ), 3 => array ( 0 => 'text', 1 => '/admin/product_sale_elements', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product_sale_elements.document_image_assoc.get_assoc' => array ( 0 => array ( 0 => 'type', 1 => 'id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::getAjaxProductSaleElementsImagesDocuments', ), 2 => array ( 'id' => '\\d+', 'type' => '.+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'id', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '.+', 3 => 'type', ), 2 => array ( 0 => 'text', 1 => '/admin/product_sale_elements/ajax', ), ), 4 => array ( ), 5 => array ( ),),
'admin.product.virtual_documents' => array ( 0 => array ( 0 => 'productId', 1 => 'pseId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProductController::getVirtualDocumentListAjaxAction', ), 2 => array ( 'productId' => '\\d+', 'pseId' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'pseId', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'productId', ), 2 => array ( 0 => 'text', 1 => '/admin/product/virtual-documents', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/folders', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/folders/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.update' => array ( 0 => array ( 0 => 'folder_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::updateAction', ), 2 => array ( 'folder_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'folder_id', ), 1 => array ( 0 => 'text', 1 => '/admin/folders/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.toggle-online' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::setToggleVisibilityAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/folders/toggle-online', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/folders/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.seo.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::processUpdateSeoAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/folders/seo/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/folders/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.folders.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FolderController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/folders/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.update' => array ( 0 => array ( 0 => 'content_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::updateAction', ), 2 => array ( 'content_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'content_id', ), 1 => array ( 0 => 'text', 1 => '/admin/content/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.seo.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::processUpdateSeoAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/seo/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.toggle-online' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::setToggleVisibilityAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/toggle-online', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.additional-folder.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::addAdditionalFolderAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/folder/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.content.additional-folder.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ContentController::removeAdditionalFolderAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/content/folder/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::browseAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/coupon', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/coupon/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.update' => array ( 0 => array ( 0 => 'couponId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::updateAction', ), 2 => array ( 'couponId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'couponId', ), 1 => array ( 0 => 'text', 1 => '/admin/coupon/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/coupon/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.draw.inputs.ajax' => array ( 0 => array ( 0 => 'couponServiceId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::getBackOfficeInputsAjaxAction', ), 2 => array ( 'couponServiceId' => '.*', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'couponServiceId', ), 1 => array ( 0 => 'text', 1 => '/admin/coupon/draw/inputs', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.draw.condition.summaries.ajax' => array ( 0 => array ( 0 => 'couponId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::getBackOfficeConditionSummariesAjaxAction', ), 2 => array ( 'couponId' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'couponId', ), 1 => array ( 0 => 'text', 1 => '/admin/coupon/draw/conditionsSummaries', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.draw.condition.read.inputs.ajax' => array ( 0 => array ( 0 => 'conditionId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::getConditionEmptyInputAjaxAction', ), 2 => array ( 'conditionId' => '.*', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'conditionId', ), 1 => array ( 0 => 'text', 1 => '/admin/coupon/draw/read/conditionInputs', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.draw.condition.update.inputs.ajax' => array ( 0 => array ( 0 => 'couponId', 1 => 'conditionIndex', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::getConditionToUpdateInputAjaxAction', ), 2 => array ( 'couponId' => '\\d+', 'conditionIndex' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'conditionIndex', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'couponId', ), 2 => array ( 0 => 'text', 1 => '/admin/coupon/draw/update/conditionInputs', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.condition.save' => array ( 0 => array ( 0 => 'couponId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::saveConditionsAction', ), 2 => array ( 'couponId' => '\\d+', '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/condition/save', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'couponId', ), 2 => array ( 0 => 'text', 1 => '/admin/coupon', ), ), 4 => array ( ), 5 => array ( ),),
'admin.coupon.condition.delete' => array ( 0 => array ( 0 => 'couponId', 1 => 'conditionIndex', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CouponController::deleteConditionsAction', ), 2 => array ( 'couponId' => '\\d+', 'conditionIndex' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'conditionIndex', ), 1 => array ( 0 => 'text', 1 => '/condition/delete', ), 2 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'couponId', ), 3 => array ( 0 => 'text', 1 => '/admin/coupon', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.index' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigurationController::indexAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.variables.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/variables', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.variables.update-values' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigController::changeValuesAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/variables/update-values', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.variables.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/variables/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.variables.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/variables/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.variables.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/variables/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.variables.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/variables/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.store.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigStoreController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/store', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.store.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ConfigStoreController::saveAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/store/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.system-logs.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SystemLogController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/system-logs', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.system-logs.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SystemLogController::saveAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/system-logs/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.messages.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MessageController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/messages', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.messages.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MessageController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/messages/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.messages.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MessageController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/messages/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.messages.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MessageController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/messages/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.messages.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MessageController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/messages/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.set-default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::setDefaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/set-default', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.set-visible' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::setVisibleAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/set-visible', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.update-rates' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::updateRatesAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/update-rates', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.currencies.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CurrencyController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/currencies/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.duplicate' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::duplicateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/duplicate', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.features.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::getAjaxFeaturesAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/features/list', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.features.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::addFeatureAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/features/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.features.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::deleteFeatureAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/features/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.attributes.update-feature-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::updateFeaturePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/template/update-feature-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.attributes.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::getAjaxAttributesAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/attributes/list', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.attributes.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::addAttributeAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/attributes/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.attributes.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::deleteAttributeAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/templates/attributes/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.templates.attributes.update-attribute-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TemplateController::updateAttributePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/template/update-attribute-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.rem-from-all' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::removeFromAllTemplates', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes/remove-from-all-templates', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes.add-to-all' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeController::addToAllTemplates', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes/add-to-all-templates', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes-av.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeAvController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes-av/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes-av.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeAvController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes-av/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes-av.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeAvController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes-av/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes-av.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeAvController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes-av/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.attributes-av.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AttributeAvController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/attributes-av/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-zones.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ShippingZoneController::indexAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_zones', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-zones.update.view' => array ( 0 => array ( 0 => 'delivery_module_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ShippingZoneController::updateAction', ), 2 => array ( 'delivery_module_id' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'delivery_module_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_zones/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-zones.area.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ShippingZoneController::addArea', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_zones/area/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-zones.area.remove' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ShippingZoneController::removeArea', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_zones/area/remove', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.update.view' => array ( 0 => array ( 0 => 'area_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::updateAction', ), 2 => array ( 'area_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'area_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.save' => array ( 0 => array ( 0 => 'area_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::processUpdateAction', ), 2 => array ( 'area_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'area_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.update.postage' => array ( 0 => array ( 0 => 'area_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::updatePostageAction', ), 2 => array ( 'area_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'area_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/update_postage', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.country.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::addCountry', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/country/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.country.remove' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::removeCountry', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/country/remove', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.shipping-configuration.countries.remove' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AreaController::removeCountries', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/shipping_configuration/countries/remove', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/countries', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/countries/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.update' => array ( 0 => array ( 0 => 'country_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::updateAction', ), 2 => array ( 'country_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'country_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/country/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.save' => array ( 0 => array ( 0 => 'country_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::processUpdateAction', ), 2 => array ( 'country_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'country_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/country/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/countries/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.toggle-default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::toggleDefaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/country/toggleDefault', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.toggle-online' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::setToggleVisibilityAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/country/toggle-online', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.countries.data' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\CountryController::getDataAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/countries/data', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.states.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\StateController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/states', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.states.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\StateController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/states/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.states.update' => array ( 0 => array ( 0 => 'state_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\StateController::updateAction', ), 2 => array ( 'state_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'state_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/state/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.states.save' => array ( 0 => array ( 0 => 'state_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\StateController::processUpdateAction', ), 2 => array ( 'state_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'state_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/state/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.states.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\StateController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/states/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.states.toggle-online' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\StateController::setToggleVisibilityAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/state/toggle-online', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.profiles.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProfileController::defaultAction', ), 2 => array ( 'address_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/profiles', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.profiles.update' => array ( 0 => array ( 0 => 'profile_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProfileController::updateAction', ), 2 => array ( 'tax_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'profile_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/profiles/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.profiles.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProfileController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/profiles/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.profiles.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProfileController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/profiles/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.profiles.saveResourceAccess' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProfileController::processUpdateResourceAccess', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/profiles/saveResourceAccess', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.profiles.saveModuleAccess' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProfileController::processUpdateModuleAccess', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/profiles/saveModuleAccess', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.profiles.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ProfileController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/profiles/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.administrators.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdministratorController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/administrators', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.administrators.view-profile' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdministratorController::viewAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/administrators/view', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.administrators.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdministratorController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/administrators/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.administrators.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdministratorController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/administrators/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.administrators.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdministratorController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/administrators/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.mailing-system.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MailingSystemController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/mailingSystem', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.mailing-system.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MailingSystemController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/mailingSystem/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.mailing-system.test' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\MailingSystemController::testAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/mailingSystem/test', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.admin-logs.view' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdminLogsController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/adminLogs', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.admin-logs.logger' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdminLogsController::loadLoggerAjaxAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/adminLogs/logger', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.rem-from-all' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::removeFromAllTemplates', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features/remove-from-all-templates', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features.add-to-all' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureController::addToAllTemplates', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features/add-to-all-templates', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features-av.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureAvController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features-av/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features-av.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureAvController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features-av/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features-av.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureAvController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features-av/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features-av.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureAvController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features-av/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.features-av.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\FeatureAvController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/features-av/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.advanced' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdvancedConfigurationController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/advanced', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.advanced.flush-cache' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdvancedConfigurationController::flushCacheAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/advanced/flush-cache', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.advanced.flush-assets' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdvancedConfigurationController::flushAssetsAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/advanced/flush-assets', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.advanced.flush-images-and-documents' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdvancedConfigurationController::flushImagesAndDocumentsAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/advanced/flush-images-and-documents', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.api' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ApiController::indexAction', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/api', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.api.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ApiController::createAction', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/api', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.api.downloadSecure' => array ( 0 => array ( 0 => 'api_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ApiController::downloadAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'api_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/api/secure_key', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.api.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ApiController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/api/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.api.update' => array ( 0 => array ( 0 => 'api_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ApiController::updateAction', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'api_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/api/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.api.update.process' => array ( 0 => array ( 0 => 'api_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ApiController::processUpdateAction', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'api_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/api/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::indexAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/modules', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.update' => array ( 0 => array ( 0 => 'module_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::updateAction', ), 2 => array ( 'module_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'module_id', ), 1 => array ( 0 => 'text', 1 => '/admin/module/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.toggle-activation' => array ( 0 => array ( 0 => 'module_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::toggleActivationAction', ), 2 => array ( 'module_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'module_id', ), 1 => array ( 0 => 'text', 1 => '/admin/module/toggle-activation', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.install' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::installAction', ), 2 => array ( '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module/install', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.information' => array ( 0 => array ( 0 => 'module_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::informationAction', ), 2 => array ( 'module_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'module_id', ), 1 => array ( 0 => 'text', 1 => '/admin/module/information', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.documentation' => array ( 0 => array ( 0 => 'module_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::documentationAction', ), 2 => array ( 'module_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'module_id', ), 1 => array ( 0 => 'text', 1 => '/admin/module/documentation', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module.configure' => array ( 0 => array ( 0 => 'module_code', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleController::configureAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'module_code', ), 1 => array ( 0 => 'text', 1 => '/admin/module', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::indexAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/hooks', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.discover' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::discoverAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/hooks/discover', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.discover.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::discoverSaveAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/hooks/discover/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/hooks/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.update' => array ( 0 => array ( 0 => 'hook_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::updateAction', ), 2 => array ( 'hook_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'hook_id', ), 1 => array ( 0 => 'text', 1 => '/admin/hook/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.save' => array ( 0 => array ( 0 => 'hook_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::processUpdateAction', ), 2 => array ( 'hook_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'hook_id', ), 1 => array ( 0 => 'text', 1 => '/admin/hook/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/hooks/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.toggle-activation' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::toggleActivationAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/hook/toggle-activation', ), ), 4 => array ( ), 5 => array ( ),),
'admin.hook.toggle-native' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\HookController::toggleNativeAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/hook/toggle-native', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::indexAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module-hooks', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module-hooks/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.update' => array ( 0 => array ( 0 => 'module_hook_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::updateAction', ), 2 => array ( 'module_hook_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'module_hook_id', ), 1 => array ( 0 => 'text', 1 => '/admin/module-hook/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.save' => array ( 0 => array ( 0 => 'module_hook_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::processUpdateAction', ), 2 => array ( 'module_hook_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'module_hook_id', ), 1 => array ( 0 => 'text', 1 => '/admin/module-hook/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module-hooks/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.toggle-activation' => array ( 0 => array ( 0 => 'module_hook_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::toggleActivationAction', ), 2 => array ( 'module_hook_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'module_hook_id', ), 1 => array ( 0 => 'text', 1 => '/admin/module-hooks/toggle-activation', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/module-hooks/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.get-module-hook-classnames' => array ( 0 => array ( 0 => 'moduleId', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::getModuleHookClassnames', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'moduleId', ), 1 => array ( 0 => 'text', 1 => '/admin/module-hooks/get-module-hook-classnames', ), ), 4 => array ( ), 5 => array ( ),),
'admin.module-hook.get-module-hook-methods' => array ( 0 => array ( 0 => 'moduleId', 1 => 'className', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\ModuleHookController::getModuleHookMethods', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'className', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '[^/]++', 3 => 'moduleId', ), 2 => array ( 0 => 'text', 1 => '/admin/module-hooks/get-module-hook-methods', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes.update' => array ( 0 => array ( 0 => 'tax_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxController::updateAction', ), 2 => array ( 'tax_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'tax_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/taxes/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.update' => array ( 0 => array ( 0 => 'tax_rule_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::updateAction', ), 2 => array ( 'tax_rule_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'tax_rule_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::processUpdateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.saveTaxes' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::processUpdateTaxesAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules/saveTaxes', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.set-default' => array ( 0 => array ( 0 => 'tax_rule_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::setDefaultAction', ), 2 => array ( 'tax_rule_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'tax_rule_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules/update/set_default', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.taxes-rules.get' => array ( 0 => array ( 0 => 'tax_rule_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TaxRuleController::specsAction', ), 2 => array ( 'tax_rule_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'tax_rule_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/taxes_rules/specs', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/languages', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.update' => array ( 0 => array ( 0 => 'lang_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::updateAction', ), 2 => array ( 'lang_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lang_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/languages/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.update.process' => array ( 0 => array ( 0 => 'lang_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::processUpdateAction', ), 2 => array ( 'lang_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lang_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/languages/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.toggleDefault' => array ( 0 => array ( 0 => 'lang_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::toggleDefaultAction', ), 2 => array ( 'lang_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lang_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/languages/toggleDefault', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.toggleActive' => array ( 0 => array ( 0 => 'lang_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::toggleActiveAction', ), 2 => array ( 'lang_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lang_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/languages/toggleActive', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.toggleVisible' => array ( 0 => array ( 0 => 'lang_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::toggleVisibleAction', ), 2 => array ( 'lang_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'lang_id', ), 1 => array ( 0 => 'text', 1 => '/admin/configuration/languages/toggleVisible', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.add' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::addAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/languages/add', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/languages/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.defaultBehavior' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::defaultBehaviorAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/languages/defaultBehavior', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.updateUrl' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::domainAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/languages/updateUrl', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.domain.activation' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::activateDomainAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/languages/domain/activate', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.languages.domain.deactivation' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\LangController::deactivateDomainAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/languages/domain/deactivate', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.translations' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TranslationsController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/translations', ), ), 4 => array ( ), 5 => array ( ),),
'admin.configuration.translations.update' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\TranslationsController::updateAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/configuration/translations/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/brand', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/brand/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.update' => array ( 0 => array ( 0 => 'brand_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::updateAction', ), 2 => array ( 'brand_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'brand_id', ), 1 => array ( 0 => 'text', 1 => '/admin/brand/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.save' => array ( 0 => array ( 0 => 'brand_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::processUpdateAction', ), 2 => array ( 'brand_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'brand_id', ), 1 => array ( 0 => 'text', 1 => '/admin/brand/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.seo.save' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::processUpdateSeoAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/brand/seo/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.toggle-online' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::setToggleVisibilityAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/brand/toggle-online', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.update-position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::updatePositionAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/brand/update-position', ), ), 4 => array ( ), 5 => array ( ),),
'admin.brand.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\BrandController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/brand/delete', ), ), 4 => array ( ), 5 => array ( ),),
'export.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia:Admin\\Export:index', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/export', ), ), 4 => array ( ), 5 => array ( ),),
'export.position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia:Admin\\Export:changeExportPosition', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/export/position', ), ), 4 => array ( ), 5 => array ( ),),
'export.category.position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia:Admin\\Export:changeCategoryPosition', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/export/position/category', ), ), 4 => array ( ), 5 => array ( ),),
'export.view' => array ( 0 => array ( 0 => 'id', ), 1 => array ( '_controller' => 'Thelia:Admin\\Export:configure', ), 2 => array ( 'id' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'id', ), 1 => array ( 0 => 'text', 1 => '/admin/export', ), ), 4 => array ( ), 5 => array ( ),),
'export.process' => array ( 0 => array ( 0 => 'id', ), 1 => array ( '_controller' => 'Thelia:Admin\\Export:export', ), 2 => array ( 'id' => '\\d+', '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'id', ), 1 => array ( 0 => 'text', 1 => '/admin/export', ), ), 4 => array ( ), 5 => array ( ),),
'import.list' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia:Admin\\Import:index', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/import', ), ), 4 => array ( ), 5 => array ( ),),
'import.position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia:Admin\\Import:changeImportPosition', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/import/position', ), ), 4 => array ( ), 5 => array ( ),),
'import.category.position' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia:Admin\\Import:changeCategoryPosition', ), 2 => array ( '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/import/position/category', ), ), 4 => array ( ), 5 => array ( ),),
'import.view' => array ( 0 => array ( 0 => 'id', ), 1 => array ( '_controller' => 'Thelia:Admin\\Import:configure', ), 2 => array ( 'id' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'id', ), 1 => array ( 0 => 'text', 1 => '/admin/import', ), ), 4 => array ( ), 5 => array ( ),),
'import.process' => array ( 0 => array ( 0 => 'id', ), 1 => array ( '_controller' => 'Thelia:Admin\\Import:import', ), 2 => array ( 'id' => '\\d+', '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'id', ), 1 => array ( 0 => 'text', 1 => '/admin/import', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.default' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::defaultAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/sales', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.reset' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::resetSaleStatus', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/sales/reset', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.check-activation' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::checkSalesActivationStatus', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/sales/check-activation', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.create' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::createAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/sale/create', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.update' => array ( 0 => array ( 0 => 'sale_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::updateAction', ), 2 => array ( 'sale_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'sale_id', ), 1 => array ( 0 => 'text', 1 => '/admin/sale/update', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.save' => array ( 0 => array ( 0 => 'sale_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::processUpdateAction', ), 2 => array ( 'sale_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'sale_id', ), 1 => array ( 0 => 'text', 1 => '/admin/sale/save', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.delete' => array ( 0 => array ( ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::deleteAction', ), 2 => array ( ), 3 => array ( 0 => array ( 0 => 'text', 1 => '/admin/sale/delete', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.update.product.list' => array ( 0 => array ( 0 => 'sale_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::updateProductList', ), 2 => array ( 'sale_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'sale_id', ), 1 => array ( 0 => 'text', 1 => '/admin/sale/update-product-list', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.update.product.attribute.list' => array ( 0 => array ( 0 => 'sale_id', 1 => 'product_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::updateProductAttributes', ), 2 => array ( 'sale_id' => '\\d+', 'product_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'product_id', ), 1 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'sale_id', ), 2 => array ( 0 => 'text', 1 => '/admin/sale/update-product-attribute-list', ), ), 4 => array ( ), 5 => array ( ),),
'admin.sale.toggleActivity' => array ( 0 => array ( 0 => 'sale_id', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\SaleController::toggleActivity', ), 2 => array ( 'sale_id' => '\\d+', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'sale_id', ), 1 => array ( 0 => 'text', 1 => '/admin/sale/toggle-activity', ), ), 4 => array ( ), 5 => array ( ),),
'admin.email.preview_html' => array ( 0 => array ( 0 => 'messageId', ), 1 => array ( '_controller' => 'Thelia:Admin\\Message:previewAsHtml', ), 2 => array ( 'messageId' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'messageId', ), 1 => array ( 0 => 'text', 1 => '/admin/message/preview', ), ), 4 => array ( ), 5 => array ( ),),
'admin.email.preview_text' => array ( 0 => array ( 0 => 'messageId', ), 1 => array ( '_controller' => 'Thelia:Admin\\Message:previewAsText', ), 2 => array ( 'messageId' => '\\d+', '_method' => 'GET', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'messageId', ), 1 => array ( 0 => 'text', 1 => '/admin/message/preview/text', ), ), 4 => array ( ), 5 => array ( ),),
'admin.email.test_send' => array ( 0 => array ( 0 => 'messageId', ), 1 => array ( '_controller' => 'Thelia:Admin\\Message:sendSampleByEmail', ), 2 => array ( 'messageId' => '\\d+', '_method' => 'POST', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '\\d+', 3 => 'messageId', ), 1 => array ( 0 => 'text', 1 => '/admin/message/send', ), ), 4 => array ( ), 5 => array ( ),),
'admin.processTemplate' => array ( 0 => array ( 0 => 'template', ), 1 => array ( '_controller' => 'Thelia\\Controller\\Admin\\AdminController::processTemplateAction', ), 2 => array ( 'template' => '.*', ), 3 => array ( 0 => array ( 0 => 'variable', 1 => '/', 2 => '.*', 3 => 'template', ), 1 => array ( 0 => 'text', 1 => '/admin', ), ), 4 => array ( ), 5 => array ( ),),
);
}
}
public function generate($name, $parameters = array(), $referenceType = self::ABSOLUTE_PATH)
{
if (!isset(self::$declaredRoutes[$name])) {
throw new RouteNotFoundException(sprintf('Unable to generate a URL for the named route "%s" as such route does not exist.', $name));
}
list($variables, $defaults, $requirements, $tokens, $hostTokens, $requiredSchemes) = self::$declaredRoutes[$name];
return $this->doGenerate($variables, $defaults, $requirements, $tokens, $parameters, $name, $referenceType, $hostTokens, $requiredSchemes);
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":103:{s:95:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/core/lib/Thelia/Config/Resources/routing/admin.xml";}}

View File

@@ -0,0 +1,71 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherCarousel.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherCarousel extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
if (0 === strpos($pathinfo, '/admin/module/carousel')) {
if (0 === strpos($pathinfo, '/admin/module/carousel/up')) {
// carousel.upload.image
if ($pathinfo === '/admin/module/carousel/upload') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_carouseluploadimage;
}
return array ( '_controller' => 'Carousel\\Controller\\ConfigurationController::uploadImage', '_route' => 'carousel.upload.image',);
}
not_carouseluploadimage:
// carousel.update
if ($pathinfo === '/admin/module/carousel/update') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_carouselupdate;
}
return array ( '_controller' => 'Carousel\\Controller\\ConfigurationController::updateAction', '_route' => 'carousel.update',);
}
not_carouselupdate:
}
// carousel.delete
if ($pathinfo === '/admin/module/carousel/delete') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_carouseldelete;
}
return array ( '_controller' => 'Carousel\\Controller\\ConfigurationController::deleteAction', '_route' => 'carousel.delete',);
}
not_carouseldelete:
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":94:{s:86:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/Carousel/Config/routing.xml";}}

43
cache/prod/ProjectUrlMatcherCheque.php vendored Normal file
View File

@@ -0,0 +1,43 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherCheque.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherCheque extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
// cheque.configure
if ($pathinfo === '/admin/cheque/configure') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_chequeconfigure;
}
return array ( '_controller' => 'Cheque\\Controller\\ConfigureController::configure', '_route' => 'cheque.configure',);
}
not_chequeconfigure:
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":92:{s:84:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/Cheque/Config/routing.xml";}}

View File

@@ -0,0 +1,79 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherColissimo.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherColissimo extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
if (0 === strpos($pathinfo, '/admin/module/colissimo')) {
// colissimo.edit.prices
if ($pathinfo === '/admin/module/colissimo/prices') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_colissimoeditprices;
}
return array ( '_controller' => 'Colissimo\\Controller\\EditPrices::editprices', '_route' => 'colissimo.edit.prices',);
}
not_colissimoeditprices:
// colissimo.edit.freeshipping
if ($pathinfo === '/admin/module/colissimo/freeshipping') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_colissimoeditfreeshipping;
}
return array ( '_controller' => 'Colissimo\\Controller\\FreeShipping::set', '_route' => 'colissimo.edit.freeshipping',);
}
not_colissimoeditfreeshipping:
// colissimo.export
if ($pathinfo === '/admin/module/colissimo/export') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_colissimoexport;
}
return array ( '_controller' => 'Colissimo\\Controller\\Export::exportAction', '_route' => 'colissimo.export',);
}
not_colissimoexport:
// colissimo.configuration
if ($pathinfo === '/admin/module/colissimo/configuration/update') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_colissimoconfiguration;
}
return array ( '_controller' => 'Colissimo\\Controller\\Configuration::editConfiguration', '_route' => 'colissimo.configuration',);
}
not_colissimoconfiguration:
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":95:{s:87:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/Colissimo/Config/routing.xml";}}

View File

@@ -0,0 +1,37 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherFreeDelivery.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherFreeDelivery extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
// freedelivery.save
if ($pathinfo === '/admin/module/freedelivery/save') {
return array ( '_controller' => 'FreeDelivery\\Controller\\ConfigurationController::saveAction', '_route' => 'freedelivery.save',);
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":98:{s:90:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/FreeDelivery/Config/routing.xml";}}

View File

@@ -0,0 +1,53 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherHookAdminHome.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherHookAdminHome extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
if (0 === strpos($pathinfo, '/admin')) {
if (0 === strpos($pathinfo, '/admin/home')) {
// admin.home.stats
if ($pathinfo === '/admin/home/stats') {
return array ( '_controller' => 'HookAdminHome\\Controller\\HomeController::loadStatsAjaxAction', '_route' => 'admin.home.stats',);
}
// admin.home.month.sales.block
if (0 === strpos($pathinfo, '/admin/home/month-sales-block') && preg_match('#^/admin/home/month\\-sales\\-block/(?P<month>\\d+)/(?P<year>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'admin.home.month.sales.block')), array ( '_controller' => 'HookAdminHome\\Controller\\HomeController::blockMonthSalesStatistics',));
}
}
// admin.news-feed
if ($pathinfo === '/admin/ajax/thelia_news_feed') {
return array ( '_controller' => 'HookAdminHome\\Controller\\HomeController::processTemplateAction', 'template' => 'ajax/thelia_news_feed', 'not-logged' => '1', '_route' => 'admin.news-feed',);
}
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":99:{s:91:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookAdminHome/Config/routing.xml";}}

View File

@@ -0,0 +1,57 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherHookNavigation.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherHookNavigation extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
if (0 === strpos($pathinfo, '/admin/module/HookNavigation')) {
// hooknavigation.configuration.default
if ($pathinfo === '/admin/module/HookNavigation') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_hooknavigationconfigurationdefault;
}
return array ( '_controller' => 'HookNavigation:HookNavigationConfig:default', '_route' => 'hooknavigation.configuration.default',);
}
not_hooknavigationconfigurationdefault:
// hooknavigation.configuration.save
if ($pathinfo === '/admin/module/HookNavigation') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_hooknavigationconfigurationsave;
}
return array ( '_controller' => 'HookNavigation:HookNavigationConfig:save', '_route' => 'hooknavigation.configuration.save',);
}
not_hooknavigationconfigurationsave:
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":100:{s:92:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookNavigation/Config/routing.xml";}}

View File

@@ -0,0 +1,43 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherHookSocial.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherHookSocial extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
// hooksocial.configuration
if ($pathinfo === '/admin/module/hooksocial/save') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_hooksocialconfiguration;
}
return array ( '_controller' => 'HookSocial\\Controller\\Configuration::saveAction', '_route' => 'hooksocial.configuration',);
}
not_hooksocialconfiguration:
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":96:{s:88:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookSocial/Config/routing.xml";}}

View File

@@ -0,0 +1,93 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherIciRelais.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherIciRelais extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
// icirelais.searchroute
if (0 === strpos($pathinfo, '/module/icirelais') && preg_match('#^/module/icirelais/(?P<zipcode>\\d{5})/(?P<city>.+)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_icirelaissearchroute;
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'icirelais.searchroute')), array ( '_controller' => 'IciRelais\\Controller\\SearchCityController::searchAction',));
}
not_icirelaissearchroute:
if (0 === strpos($pathinfo, '/admin/module/icirelais')) {
if (0 === strpos($pathinfo, '/admin/module/icirelais/export')) {
// icirelais.export
if ($pathinfo === '/admin/module/icirelais/exportgo') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_icirelaisexport;
}
return array ( '_controller' => 'IciRelais\\Controller\\Export::exportfile', '_route' => 'icirelais.export',);
}
not_icirelaisexport:
// icirelais.export.exaprint
if ($pathinfo === '/admin/module/icirelais/export') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_icirelaisexportexaprint;
}
return array ( '_controller' => 'IciRelais\\Controller\\ExportExaprint::export', '_route' => 'icirelais.export.exaprint',);
}
not_icirelaisexportexaprint:
}
// icirelais.edit.prices
if ($pathinfo === '/admin/module/icirelais/prices') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_icirelaiseditprices;
}
return array ( '_controller' => 'IciRelais\\Controller\\EditPrices::editprices', '_route' => 'icirelais.edit.prices',);
}
not_icirelaiseditprices:
// icirelais.edit.freeshipping
if ($pathinfo === '/admin/module/icirelais/freeshipping') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_icirelaiseditfreeshipping;
}
return array ( '_controller' => 'IciRelais\\Controller\\FreeShipping::set', '_route' => 'icirelais.edit.freeshipping',);
}
not_icirelaiseditfreeshipping:
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":95:{s:87:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/IciRelais/Config/routing.xml";}}

View File

@@ -0,0 +1,43 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherLocalPickup.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherLocalPickup extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
// localpickup.configure
if ($pathinfo === '/admin/module/localpickup/configure') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_localpickupconfigure;
}
return array ( '_controller' => 'LocalPickup\\Controller\\SetDeliveryPrice::configure', '_route' => 'localpickup.configure',);
}
not_localpickupconfigure:
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":97:{s:89:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/LocalPickup/Config/routing.xml";}}

View File

@@ -0,0 +1,86 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherMondialRelay.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherMondialRelay extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
if (0 === strpos($pathinfo, '/admin/module/MondialRelay')) {
// mondial_relay.settings.save
if ($pathinfo === '/admin/module/MondialRelay/settings/save') {
return array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\ConfigurationController::saveAction', '_route' => 'mondial_relay.settings.save',);
}
// mondial_relay.area-attributes.save
if (0 === strpos($pathinfo, '/admin/module/MondialRelay/area-attributes/save') && preg_match('#^/admin/module/MondialRelay/area\\-attributes/save/(?P<areaId>\\d+)/(?P<moduleId>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'mondial_relay.area-attributes.save')), array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\AreaAttributesController::saveAction',));
}
if (0 === strpos($pathinfo, '/admin/module/MondialRelay/prices')) {
// mondial_relay.price.save
if (0 === strpos($pathinfo, '/admin/module/MondialRelay/prices/save') && preg_match('#^/admin/module/MondialRelay/prices/save/(?P<areaId>\\d+)/(?P<moduleId>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'mondial_relay.price.save')), array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\PriceController::saveAction',));
}
// mondial_relay.price.create
if (0 === strpos($pathinfo, '/admin/module/MondialRelay/prices/create') && preg_match('#^/admin/module/MondialRelay/prices/create/(?P<areaId>\\d+)/(?P<moduleId>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'mondial_relay.price.create')), array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\PriceController::createAction',));
}
// mondial_relay.price.delete
if (0 === strpos($pathinfo, '/admin/module/MondialRelay/prices/delete') && preg_match('#^/admin/module/MondialRelay/prices/delete/(?P<priceId>\\d+)/(?P<moduleId>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'mondial_relay.price.delete')), array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\PriceController::deleteAction',));
}
}
if (0 === strpos($pathinfo, '/admin/module/MondialRelay/insurances')) {
// mondial_relay.insurance.save
if ($pathinfo === '/admin/module/MondialRelay/insurances/save') {
return array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\InsuranceController::saveAction', '_route' => 'mondial_relay.insurance.save',);
}
// mondial_relay.insurance.create
if ($pathinfo === '/admin/module/MondialRelay/insurances/create') {
return array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\InsuranceController::createAction', '_route' => 'mondial_relay.insurance.create',);
}
// mondial_relay.insurance.delete
if (0 === strpos($pathinfo, '/admin/module/MondialRelay/insurances/delete') && preg_match('#^/admin/module/MondialRelay/insurances/delete/(?P<insuranceId>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'mondial_relay.insurance.delete')), array ( '_controller' => 'MondialRelay\\Controller\\BackOffice\\InsuranceController::deleteAction',));
}
}
}
// mondial_relay.relay_map
if ($pathinfo === '/MondialRelay/relay-map') {
return array ( '_controller' => 'MondialRelay\\Controller\\FrontOffice\\MapManagement::getRelayMapAction', '_route' => 'mondial_relay.relay_map',);
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":98:{s:90:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/MondialRelay/Config/routing.xml";}}

View File

@@ -0,0 +1,34 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherProductOnlineWithoutStock.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherProductOnlineWithoutStock extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":112:{s:103:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/ProductOnlineWithoutStock/Config/routing.xml";}}

43
cache/prod/ProjectUrlMatcherTinymce.php vendored Normal file
View File

@@ -0,0 +1,43 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherTinymce.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherTinymce extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
// tinymce.configure
if ($pathinfo === '/admin/tinymce/configure') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_tinymceconfigure;
}
return array ( '_controller' => 'Tinymce\\Controller\\ConfigureController::configure', '_route' => 'tinymce.configure',);
}
not_tinymceconfigure:
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":93:{s:85:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/Tinymce/Config/routing.xml";}}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":103:{s:95:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/core/lib/Thelia/Config/Resources/routing/admin.xml";}}

View File

@@ -0,0 +1,472 @@
<?php
use Symfony\Component\Routing\Exception\MethodNotAllowedException;
use Symfony\Component\Routing\Exception\ResourceNotFoundException;
use Symfony\Component\Routing\RequestContext;
/**
* ProjectUrlMatcherrouter_Front.
*
* This class has been auto-generated
* by the Symfony Routing Component.
*/
class ProjectUrlMatcherrouter_Front extends Symfony\Component\Routing\Matcher\UrlMatcher
{
/**
* Constructor.
*/
public function __construct(RequestContext $context)
{
$this->context = $context;
}
public function match($pathinfo)
{
$allow = array();
$pathinfo = rawurldecode($pathinfo);
$context = $this->context;
$request = $this->request;
if (0 === strpos($pathinfo, '/ajax')) {
// ajax.mini-cart
if ($pathinfo === '/ajax/mini-cart') {
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'includes/mini-cart', '_route' => 'ajax.mini-cart',);
}
// ajax.addCartMessage
if ($pathinfo === '/ajax/addCartMessage') {
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'includes/addedToCart', '_route' => 'ajax.addCartMessage',);
}
}
if (0 === strpos($pathinfo, '/register')) {
// customer.create.view
if ($pathinfo === '/register') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_customercreateview;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::viewRegisterAction', '_route' => 'customer.create.view',);
}
not_customercreateview:
// customer.create.process
if ($pathinfo === '/register') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_customercreateprocess;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::createAction', '_view' => 'register', '_route' => 'customer.create.process',);
}
not_customercreateprocess:
}
if (0 === strpos($pathinfo, '/login')) {
// customer.login.view
if ($pathinfo === '/login') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_customerloginview;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::viewLoginAction', '_route' => 'customer.login.view',);
}
not_customerloginview:
// customer.login.process
if ($pathinfo === '/login') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_customerloginprocess;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::loginAction', '_view' => 'login', '_route' => 'customer.login.process',);
}
not_customerloginprocess:
}
if (0 === strpos($pathinfo, '/password')) {
// customer.password.retrieve.process
if ($pathinfo === '/password') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_customerpasswordretrieveprocess;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::newPasswordAction', '_view' => 'password', '_route' => 'customer.password.retrieve.process',);
}
not_customerpasswordretrieveprocess:
// customer.password.retrieve.sent
if ($pathinfo === '/password-sent') {
return array ( '_controller' => 'Front\\Controller\\CustomerController::newPasswordSentAction', '_view' => 'password', '_route' => 'customer.password.retrieve.sent',);
}
}
// customer.logout.process
if ($pathinfo === '/logout') {
return array ( '_controller' => 'Front\\Controller\\CustomerController::logoutAction', '_route' => 'customer.logout.process',);
}
// customer.confirm.token
if (0 === strpos($pathinfo, '/customer/confirm') && preg_match('#^/customer/confirm/(?P<token>[^/]++)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'customer.confirm.token')), array ( '_controller' => 'Front\\Controller\\CustomerController::confirmCustomerAction',));
}
if (0 === strpos($pathinfo, '/a')) {
if (0 === strpos($pathinfo, '/account')) {
// customer.home
if ($pathinfo === '/account') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_customerhome;
}
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'account', '_route' => 'customer.home',);
}
not_customerhome:
if (0 === strpos($pathinfo, '/account/update')) {
// customer.update.view
if ($pathinfo === '/account/update') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_customerupdateview;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::viewAction', '_view' => 'account-update', '_route' => 'customer.update.view',);
}
not_customerupdateview:
// customer.update.process
if ($pathinfo === '/account/update') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_customerupdateprocess;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::updateAction', '_view' => 'account-update', '_route' => 'customer.update.process',);
}
not_customerupdateprocess:
}
if (0 === strpos($pathinfo, '/account/password')) {
// customer.password.change.process
if ($pathinfo === '/account/password') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_customerpasswordchangeprocess;
}
return array ( '_controller' => 'Front\\Controller\\CustomerController::updatePasswordAction', '_view' => 'account-password', '_route' => 'customer.password.change.process',);
}
not_customerpasswordchangeprocess:
// customer.password.change.view
if ($pathinfo === '/account/password') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_customerpasswordchangeview;
}
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'account-password', '_route' => 'customer.password.change.view',);
}
not_customerpasswordchangeview:
}
if (0 === strpos($pathinfo, '/account/order')) {
// customer.order
if (preg_match('#^/account/order/(?P<order_id>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'customer.order')), array ( '_controller' => 'Front\\Controller\\OrderController::viewAction',));
}
if (0 === strpos($pathinfo, '/account/order/pdf')) {
// customer.order.pdf.delivery
if (0 === strpos($pathinfo, '/account/order/pdf/delivery') && preg_match('#^/account/order/pdf/delivery/(?P<order_id>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'customer.order.pdf.delivery')), array ( '_controller' => 'Front\\Controller\\OrderController::generateDeliveryPdf',));
}
// customer.order.pdf.invoice
if (0 === strpos($pathinfo, '/account/order/pdf/invoice') && preg_match('#^/account/order/pdf/invoice/(?P<order_id>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'customer.order.pdf.invoice')), array ( '_controller' => 'Front\\Controller\\OrderController::generateInvoicePdf',));
}
}
}
// customer.order.product.download
if (0 === strpos($pathinfo, '/account/download') && preg_match('#^/account/download/(?P<order_product_id>\\d+)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'customer.order.product.download')), array ( '_controller' => 'Front\\Controller\\OrderController::downloadVirtualProduct',));
}
}
if (0 === strpos($pathinfo, '/address')) {
if (0 === strpos($pathinfo, '/address/create')) {
// address.create.view
if ($pathinfo === '/address/create') {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_addresscreateview;
}
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'address', '_route' => 'address.create.view',);
}
not_addresscreateview:
// address.create
if ($pathinfo === '/address/create') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_addresscreate;
}
return array ( '_controller' => 'Front\\Controller\\AddressController::createAction', '_view' => 'address', '_route' => 'address.create',);
}
not_addresscreate:
}
if (0 === strpos($pathinfo, '/address/update')) {
// address.edit
if (preg_match('#^/address/update/(?P<address_id>[^/]++)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_addressedit;
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'address.edit')), array ( '_controller' => 'Front\\Controller\\AddressController::updateViewAction', '_view' => 'address-update',));
}
not_addressedit:
// address.update
if (preg_match('#^/address/update/(?P<address_id>[^/]++)$#s', $pathinfo, $matches)) {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_addressupdate;
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'address.update')), array ( '_controller' => 'Front\\Controller\\AddressController::processUpdateAction', '_view' => 'address-update',));
}
not_addressupdate:
}
// address.delete
if (0 === strpos($pathinfo, '/address/delete') && preg_match('#^/address/delete/(?P<address_id>[^/]++)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'address.delete')), array ( '_controller' => 'Front\\Controller\\AddressController::deleteAction', '_view' => 'account',));
}
// address.generateModal
if (0 === strpos($pathinfo, '/address/modal') && preg_match('#^/address/modal/(?P<address_id>\\d+)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_addressgenerateModal;
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'address.generateModal')), array ( '_controller' => 'Front\\Controller\\AddressController::generateModalAction', '_view' => 'modal-address',));
}
not_addressgenerateModal:
// address.make.default
if (0 === strpos($pathinfo, '/address/default') && preg_match('#^/address/default/(?P<addressId>\\d+)$#s', $pathinfo, $matches)) {
if (!in_array($this->context->getMethod(), array('GET', 'HEAD'))) {
$allow = array_merge($allow, array('GET', 'HEAD'));
goto not_addressmakedefault;
}
return $this->mergeDefaults(array_replace($matches, array('_route' => 'address.make.default')), array ( '_controller' => 'Front:Address:makeAddressDefault',));
}
not_addressmakedefault:
}
}
if (0 === strpos($pathinfo, '/cart')) {
// cart.view
if ($pathinfo === '/cart') {
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'cart', '_route' => 'cart.view',);
}
// cart.add.process
if ($pathinfo === '/cart/add') {
return array ( '_controller' => 'Front\\Controller\\CartController::addItem', '_route' => 'cart.add.process',);
}
// cart.delete.process
if (0 === strpos($pathinfo, '/cart/delete') && preg_match('#^/cart/delete/(?P<cart_item>[^/]++)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'cart.delete.process')), array ( '_controller' => 'Front\\Controller\\CartController::deleteItem', '_view' => 'cart',));
}
// cart.update.quantity
if ($pathinfo === '/cart/update') {
return array ( '_controller' => 'Front\\Controller\\CartController::changeItem', '_view' => 'cart', '_route' => 'cart.update.quantity',);
}
// cart.update.country
if ($pathinfo === '/cart/country') {
return array ( '_controller' => 'Front\\Controller\\CartController::changeCountry', '_view' => 'cart', '_route' => 'cart.update.country',);
}
}
if (0 === strpos($pathinfo, '/order')) {
if (0 === strpos($pathinfo, '/order/delivery')) {
// order.delivery.process
if ($pathinfo === '/order/delivery') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_orderdeliveryprocess;
}
return array ( '_controller' => 'Front\\Controller\\OrderController::deliver', '_view' => 'order-delivery', '_route' => 'order.delivery.process',);
}
not_orderdeliveryprocess:
// order.delivery
if ($pathinfo === '/order/delivery') {
return array ( '_controller' => 'Front\\Controller\\OrderController::deliverView', '_view' => 'order-delivery', '_route' => 'order.delivery',);
}
// admin.delivery.ajax-module-list
if ($pathinfo === '/order/deliveryModuleList') {
return array ( '_controller' => 'Front\\Controller\\OrderController::getDeliveryModuleListAjaxAction', '_route' => 'admin.delivery.ajax-module-list',);
}
}
if (0 === strpos($pathinfo, '/order/invoice')) {
// order.invoice.process
if ($pathinfo === '/order/invoice') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_orderinvoiceprocess;
}
return array ( '_controller' => 'Front\\Controller\\OrderController::invoice', '_view' => 'order-invoice', '_route' => 'order.invoice.process',);
}
not_orderinvoiceprocess:
// order.invoice
if ($pathinfo === '/order/invoice') {
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'order-invoice', '_route' => 'order.invoice',);
}
}
if (0 === strpos($pathinfo, '/order/c')) {
// order.coupon.process
if ($pathinfo === '/order/coupon') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_ordercouponprocess;
}
return array ( '_controller' => 'Front\\Controller\\CouponController::consumeAction', '_view' => 'order-invoice', '_route' => 'order.coupon.process',);
}
not_ordercouponprocess:
// order.coupon.clear
if ($pathinfo === '/order/clear-coupons') {
return array ( '_controller' => 'Front\\Controller\\CouponController::clearAllCouponsAction', '_view' => 'order-invoice', '_route' => 'order.coupon.clear',);
}
}
if (0 === strpos($pathinfo, '/order/p')) {
// order.payment.process
if ($pathinfo === '/order/pay') {
return array ( '_controller' => 'Front\\Controller\\OrderController::pay', '_route' => 'order.payment.process',);
}
// order.placed
if (0 === strpos($pathinfo, '/order/placed') && preg_match('#^/order/placed/(?P<order_id>[^/]++)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'order.placed')), array ( '_controller' => 'Front\\Controller\\OrderController::orderPlaced', '_view' => 'order-placed',));
}
}
// order.failed
if (0 === strpos($pathinfo, '/order/failed') && preg_match('#^/order/failed/(?P<order_id>[^/]++)/(?P<message>[^/]++)$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'order.failed')), array ( '_controller' => 'Front\\Controller\\OrderController::orderFailed', '_view' => 'order-failed',));
}
}
if (0 === strpos($pathinfo, '/contact')) {
// contact.send
if ($pathinfo === '/contact') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_contactsend;
}
return array ( '_controller' => 'Front\\Controller\\ContactController::sendAction', '_view' => 'contact', '_route' => 'contact.send',);
}
not_contactsend:
// contact.success
if ($pathinfo === '/contact/success') {
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'contact-success', '_route' => 'contact.success',);
}
}
if (0 === strpos($pathinfo, '/newsletter')) {
// newsletter.process
if ($pathinfo === '/newsletter') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_newsletterprocess;
}
return array ( '_controller' => 'Front\\Controller\\NewsletterController::subscribeAction', '_view' => 'newsletter', '_route' => 'newsletter.process',);
}
not_newsletterprocess:
// newsletter.unsubscribe
if ($pathinfo === '/newsletter-unsubscribe') {
if ($this->context->getMethod() != 'POST') {
$allow[] = 'POST';
goto not_newsletterunsubscribe;
}
return array ( '_controller' => 'Front\\Controller\\NewsletterController::unsubscribeAction', '_view' => 'newsletter-unsubscribe', '_route' => 'newsletter.unsubscribe',);
}
not_newsletterunsubscribe:
}
// sitemap.process
if ($pathinfo === '/sitemap') {
return array ( '_controller' => 'Front\\Controller\\SitemapController::generateAction', '_route' => 'sitemap.process',);
}
// feed.process
if (0 === strpos($pathinfo, '/feed') && preg_match('#^/feed(?:/(?P<context>[^/]++)(?:/(?P<lang>[^/]++)(?:/(?P<id>[^/]++))?)?)?$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'feed.process')), array ( '_controller' => 'Front\\Controller\\FeedController::generateAction', 'context' => 'catalog', 'lang' => '', 'id' => '',));
}
// empty
if ($pathinfo === '/empty') {
return array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::emptyRoute', '_route' => 'empty',);
}
// default
if (preg_match('#^/(?P<_view>(?!admin|api)[^/]+)?$#s', $pathinfo, $matches)) {
return $this->mergeDefaults(array_replace($matches, array('_route' => 'default')), array ( '_controller' => 'Thelia\\Controller\\Front\\DefaultController::noAction', '_view' => 'index',));
}
throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();
}
}

View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":89:{s:81:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/Front/Config/front.xml";}}

13
cache/prod/PropelConfig.php vendored Normal file
View File

@@ -0,0 +1,13 @@
<?php return array (
'dsn' => 'mysql:host=127.0.0.1;dbname=boutiquejkthelia;port=3306',
'user' => 'boutiquejkthelia',
'password' => 'MaCleo02',
'classname' => '\\Propel\\Runtime\\Connection\\ConnectionWrapper',
'options' =>
array (
1002 =>
array (
'value' => 'SET NAMES \'UTF8\'',
),
),
);

1
cache/prod/PropelConfig.php.meta vendored Normal file
View File

@@ -0,0 +1 @@
a:1:{i:0;C:46:"Symfony\Component\Config\Resource\FileResource":78:{s:70:"/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/config/database.yml";}}

2
cache/prod/classes.map vendored Normal file
View File

@@ -0,0 +1,2 @@
<?php return array (
);

View File

@@ -0,0 +1,25 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:13:01
compiled from "/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookCart/templates/frontOffice/default/main-navbar-secondary.html" */ ?>
<?php /*%%SmartyHeaderCode:6982552965ce8504d6f5b41-24448067%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'0e0e4b52418615808121818e9f9ae78a6f400fcf' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookCart/templates/frontOffice/default/main-navbar-secondary.html',
1 => 1507610740,
2 => 'file',
),
),
'nocache_hash' => '6982552965ce8504d6f5b41-24448067',
'function' =>
array (
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce8504d6fbb55_23389483',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce8504d6fbb55_23389483')) {function content_5ce8504d6fbb55_23389483($_smarty_tpl) {?><ul class="nav navbar-nav navbar-cart navbar-right">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"mini-cart"),$_smarty_tpl);?>
</ul><?php }} ?>

View File

@@ -0,0 +1,157 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:13:01
compiled from "/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookCart/templates/frontOffice/default/mini-cart.html" */ ?>
<?php /*%%SmartyHeaderCode:8273680345ce8504d700290-87920328%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'0e3ab827cc241a6c47837a22cf910722318375e2' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookCart/templates/frontOffice/default/mini-cart.html',
1 => 1507610740,
2 => 'file',
),
),
'nocache_hash' => '8273680345ce8504d700290-87920328',
'function' =>
array (
),
'variables' =>
array (
'PRODUCT_SALE_ELEMENTS_ID' => 0,
'PRODUCT_IMAGE_ID' => 0,
'PRODUCT_ID' => 0,
'IMAGE_URL' => 0,
'TITLE' => 0,
'IS_PROMO' => 0,
'PROMO_TAXED_PRICE' => 0,
'TOTAL_PROMO_TAXED_PRICE' => 0,
'TAXED_PRICE' => 0,
'TOTAL_TAXED_PRICE' => 0,
'QUANTITY' => 0,
'real_price' => 0,
'total_price' => 0,
'real_total_price' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce8504d7db260_05295759',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce8504d7db260_05295759')) {function content_5ce8504d7db260_05295759($_smarty_tpl) {?><?php $_smarty_tpl->smarty->_tag_stack[] = array('ifloop', array('rel'=>"cartloop")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['ifloop'][0][0]->theliaIfLoop(array('rel'=>"cartloop"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li class="dropdown pull-right cart-not-empty cart-container">
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/cart"),$_smarty_tpl);?>
" rel="nofollow" class="cart">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Cart",'d'=>"hookcart.fo.default"),$_smarty_tpl);?>
<span class="badge"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['cart'][0][0]->cartDataAccess(array('attr'=>"count_item"),$_smarty_tpl);?>
</span>
</a>
<div class="dropdown-menu cart-content">
<form id="form-cart-mini" action="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/order/delivery"),$_smarty_tpl);?>
" method="post">
<table class="table table-cart-mini">
<colgroup>
<col width="70">
<col>
<col width="100">
</colgroup>
<tbody>
<?php $_smarty_tpl->tpl_vars["total_price"] = new Smarty_variable(0, null, 0);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"cart",'name'=>"cartloop")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"cart",'name'=>"cartloop"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<tr>
<td class="image">
<?php $_smarty_tpl->smarty->_tag_stack[] = array('ifloop', array('rel'=>"pse-first-image")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['ifloop'][0][0]->theliaIfLoop(array('rel'=>"pse-first-image"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"product-sale-elements-image",'name'=>"pse-first-image",'product_sale_elements_id'=>$_smarty_tpl->tpl_vars['PRODUCT_SALE_ELEMENTS_ID']->value,'limit'=>"1")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"product-sale-elements-image",'name'=>"pse-first-image",'product_sale_elements_id'=>$_smarty_tpl->tpl_vars['PRODUCT_SALE_ELEMENTS_ID']->value,'limit'=>"1"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"image",'name'=>"product-image",'id'=>$_smarty_tpl->tpl_vars['PRODUCT_IMAGE_ID']->value,'product'=>$_smarty_tpl->tpl_vars['PRODUCT_ID']->value,'limit'=>"1",'width'=>"118",'height'=>"60")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"image",'name'=>"product-image",'id'=>$_smarty_tpl->tpl_vars['PRODUCT_IMAGE_ID']->value,'product'=>$_smarty_tpl->tpl_vars['PRODUCT_ID']->value,'limit'=>"1",'width'=>"118",'height'=>"60"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->tpl_vars["product_image_url"] = new Smarty_variable($_smarty_tpl->tpl_vars['IMAGE_URL']->value, null, 0);?>
<img src="<?php echo $_smarty_tpl->tpl_vars['IMAGE_URL']->value;?>
" alt="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?>
">
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"image",'name'=>"product-image",'id'=>$_smarty_tpl->tpl_vars['PRODUCT_IMAGE_ID']->value,'product'=>$_smarty_tpl->tpl_vars['PRODUCT_ID']->value,'limit'=>"1",'width'=>"118",'height'=>"60"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"product-sale-elements-image",'name'=>"pse-first-image",'product_sale_elements_id'=>$_smarty_tpl->tpl_vars['PRODUCT_SALE_ELEMENTS_ID']->value,'limit'=>"1"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['ifloop'][0][0]->theliaIfLoop(array('rel'=>"pse-first-image"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('elseloop', array('rel'=>"pse-first-image")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['elseloop'][0][0]->theliaElseloop(array('rel'=>"pse-first-image"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"image",'name'=>"product-image",'product'=>$_smarty_tpl->tpl_vars['PRODUCT_ID']->value,'limit'=>"1",'width'=>"118",'height'=>"60")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"image",'name'=>"product-image",'product'=>$_smarty_tpl->tpl_vars['PRODUCT_ID']->value,'limit'=>"1",'width'=>"118",'height'=>"60"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<img src="<?php echo $_smarty_tpl->tpl_vars['IMAGE_URL']->value;?>
" alt="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?>
">
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"image",'name'=>"product-image",'product'=>$_smarty_tpl->tpl_vars['PRODUCT_ID']->value,'limit'=>"1",'width'=>"118",'height'=>"60"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['elseloop'][0][0]->theliaElseloop(array('rel'=>"pse-first-image"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</td>
<td class="product">
<h3 class="name" style="margin:0">
<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?>
</h3>
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['token_url'][0][0]->generateUrlWithToken(array('path'=>"/cart/delete/".((string)$_smarty_tpl->tpl_vars['ITEM_ID']->value)),$_smarty_tpl);?>
" class="btn btn-remove" data-tip="tooltip" data-title="Delete" data-original-title=""><i class="fa fa-trash"></i> <span><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Remove",'d'=>"hookcart.fo.default"),$_smarty_tpl);?>
</span></a>
</td>
<td class="unitprice text-center">
<?php if ($_smarty_tpl->tpl_vars['IS_PROMO']->value==1) {?>
<?php $_smarty_tpl->tpl_vars["real_price"] = new Smarty_variable($_smarty_tpl->tpl_vars['PROMO_TAXED_PRICE']->value, null, 0);?>
<?php $_smarty_tpl->tpl_vars["real_total_price"] = new Smarty_variable($_smarty_tpl->tpl_vars['TOTAL_PROMO_TAXED_PRICE']->value, null, 0);?>
<?php } else { ?>
<?php $_smarty_tpl->tpl_vars["real_price"] = new Smarty_variable($_smarty_tpl->tpl_vars['TAXED_PRICE']->value, null, 0);?>
<?php $_smarty_tpl->tpl_vars["real_total_price"] = new Smarty_variable($_smarty_tpl->tpl_vars['TOTAL_TAXED_PRICE']->value, null, 0);?>
<?php }?>
<span class="qty"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['QUANTITY']->value,$_smarty_tpl);?>
</span> X <span class="price" style="font-size:1em;"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['format_money'][0][0]->formatMoney(array('number'=>$_smarty_tpl->tpl_vars['real_price']->value),$_smarty_tpl);?>
</span>
<?php $_smarty_tpl->tpl_vars["total_price"] = new Smarty_variable($_smarty_tpl->tpl_vars['total_price']->value+$_smarty_tpl->tpl_vars['real_total_price']->value, null, 0);?>
</td>
</tr>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"cart",'name'=>"cartloop"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</tbody>
<tfoot>
<tr>
<td colspan="2" class="empty">
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/cart"),$_smarty_tpl);?>
" role="button" class="btn btn-default btn-sm"><i class="fa fa-eye"></i> <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"View Cart",'d'=>"hookcart.fo.default"),$_smarty_tpl);?>
</a>
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/order/delivery"),$_smarty_tpl);?>
" role="button" class="btn btn-primary btn-sm"><i class="fa fa-chevron-right"></i> <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Checkout",'d'=>"hookcart.fo.default"),$_smarty_tpl);?>
</a>
</td>
<td class="total">
<div class="total-price">
<span class="price"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['format_money'][0][0]->formatMoney(array('number'=>$_smarty_tpl->tpl_vars['total_price']->value),$_smarty_tpl);?>
</span>
</div>
</td>
</tr>
</tfoot>
</table>
</form>
</div>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['ifloop'][0][0]->theliaIfLoop(array('rel'=>"cartloop"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('elseloop', array('rel'=>"cartloop")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['elseloop'][0][0]->theliaElseloop(array('rel'=>"cartloop"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li class="dropdown pull-right cart-container">
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/cart"),$_smarty_tpl);?>
" rel="nofollow" class="cart">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Cart",'d'=>"hookcart.fo.default"),$_smarty_tpl);?>
<span class="badge">0</span>
</a>
<div class="dropdown-menu cart-content">
<p><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"You have no items in your shopping cart.",'d'=>"hookcart.fo.default"),$_smarty_tpl);?>
</p>
</div>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['elseloop'][0][0]->theliaElseloop(array('rel'=>"cartloop"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php }} ?>

View File

@@ -0,0 +1,608 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:12:52
compiled from "/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/backOffice/default/modules.html" */ ?>
<?php /*%%SmartyHeaderCode:19730781605ce85044965648-40406151%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'13c311c11c61612642c1e9265aebc11be8a9d8a6' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/backOffice/default/modules.html',
1 => 1507612793,
2 => 'file',
),
'a0925c08af74f5735e0ad0d1d34e34e9ed8d0d52' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/backOffice/default/admin-layout.tpl',
1 => 1507612780,
2 => 'file',
),
),
'nocache_hash' => '19730781605ce85044965648-40406151',
'function' =>
array (
),
'variables' =>
array (
'lang_code' => 0,
'asset_url' => 0,
'THELIA_VERSION' => 0,
'CODE' => 0,
'TITLE' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce85044c58923_99756552',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce85044c58923_99756552')) {function content_5ce85044c58923_99756552($_smarty_tpl) {?>
<?php ob_start();?>admin.module<?php $_tmp1=ob_get_clean();?><?php ob_start();?><?php $_tmp2=ob_get_clean();?><?php ob_start();?>view<?php $_tmp3=ob_get_clean();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['check_auth'][0][0]->checkAuthFunction(array('role'=>"ADMIN",'resource'=>$_tmp1,'module'=>$_tmp2,'access'=>$_tmp3,'login_tpl'=>"/admin/login"),$_smarty_tpl);?>
<?php $_smarty_tpl->tpl_vars['admin_current_location'] = new Smarty_variable('modules', null, 0);?>
<?php $_config = new Smarty_Internal_Config('variables.conf', $_smarty_tpl->smarty, $_smarty_tpl);$_config->loadConfigVars(null, 'local'); ?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['declare_assets'][0][0]->declareAssets(array('directory'=>'assets'),$_smarty_tpl);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['default_translation_domain'][0][0]->setDefaultTranslationDomain(array('domain'=>'bo.default'),$_smarty_tpl);?>
<!DOCTYPE html>
<html lang="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['lang_code']->value,$_smarty_tpl);?>
">
<head>
<meta charset="utf-8">
<title><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Modules'),$_smarty_tpl);?>
- <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Thelia Back Office'),$_smarty_tpl);?>
</title>
<link rel="shortcut icon" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['image'][0][0]->functionImage(array('file'=>'assets/img/favicon.ico'),$_smarty_tpl);?>
" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400italic,600,700%7COpen+Sans:300,400,400italic,600,700">
<link rel="stylesheet" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['stylesheet'][0][0]->functionStylesheet(array('file'=>'assets/css/styles.css'),$_smarty_tpl);?>
">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.head-css",'location'=>"head_css"),$_smarty_tpl);?>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('javascripts', array('file'=>'assets/js/libs/respond.min.js')); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/libs/respond.min.js'), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<script src="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['asset_url']->value,$_smarty_tpl);?>
"></script>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/libs/respond.min.js'), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<![endif]-->
</head>
<body>
<div id="wrapper">
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"top-bar-auth",'type'=>"auth",'role'=>"ADMIN")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"top-bar-auth",'type'=>"auth",'role'=>"ADMIN"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.before-topbar",'location'=>"before_topbar"),$_smarty_tpl);?>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span></span>
</button>
<a class="navbar-brand" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/home'),$_smarty_tpl);?>
">
<?php $_smarty_tpl->smarty->_tag_stack[] = array('images', array('file'=>'assets/img/logo-white.png')); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['images'][0][0]->blockImages(array('file'=>'assets/img/logo-white.png'), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<img src="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['asset_url']->value,$_smarty_tpl);?>
" alt="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Version %ver','ver'=>((string)$_smarty_tpl->tpl_vars['THELIA_VERSION']->value)),$_smarty_tpl);?>
">
<span><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Version %ver','ver'=>((string)$_smarty_tpl->tpl_vars['THELIA_VERSION']->value)),$_smarty_tpl);?>
</span>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['images'][0][0]->blockImages(array('file'=>'assets/img/logo-white.png'), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</a>
</div>
<!-- /.navbar-header -->
<ul class="nav navbar-top-links navbar-right">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.topbar-top"),$_smarty_tpl);?>
<li>
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['navigate'][0][0]->navigateToUrlFunction(array('to'=>"index"),$_smarty_tpl);?>
" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'View site'),$_smarty_tpl);?>
" target="_blank"><span class="glyphicon glyphicon-eye-open"></span> <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"View shop"),$_smarty_tpl);?>
</a>
</li>
<li class="dropdown">
<button class="dropdown-toggle" data-toggle="dropdown">
<span class="glyphicon glyphicon-user"></span> <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['admin'][0][0]->adminDataAccess(array('attr'=>"firstname"),$_smarty_tpl);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['admin'][0][0]->adminDataAccess(array('attr'=>"lastname"),$_smarty_tpl);?>
<span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-menu-right">
<li><a class="profile" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'admin/configuration/administrators/view'),$_smarty_tpl);?>
"><span class="glyphicon glyphicon-edit"></span> <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Profil"),$_smarty_tpl);?>
</a></li>
<li><a class="logout" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'admin/logout'),$_smarty_tpl);?>
" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Close administation session'),$_smarty_tpl);?>
"><span class="glyphicon glyphicon-off"></span> <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Logout"),$_smarty_tpl);?>
</a></li>
</ul>
</li>
<li class="dropdown">
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0][0]->langDataAccess(array('attr'=>'id'),$_smarty_tpl);?>
<?php $_tmp4=ob_get_clean();?><?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"lang",'name'=>"ui-lang",'id'=>$_tmp4,'backend_context'=>"1")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"lang",'name'=>"ui-lang",'id'=>$_tmp4,'backend_context'=>"1"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<button class="dropdown-toggle" data-toggle="dropdown">
<img src="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['image'][0][0]->functionImage(array('file'=>"assets/img/flags/".((string)$_smarty_tpl->tpl_vars['CODE']->value).".png"),$_smarty_tpl);?>
" alt="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?>
" /> <?php echo TheliaSmarty\Template\SmartyParser::theliaEscape(ucfirst($_smarty_tpl->tpl_vars['CODE']->value),$_smarty_tpl);?>
<span class="caret"></span>
</button>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"lang",'name'=>"ui-lang",'id'=>$_tmp4,'backend_context'=>"1"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<ul class="dropdown-menu">
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"lang",'name'=>"ui-lang",'backend_context'=>"1")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"lang",'name'=>"ui-lang",'backend_context'=>"1"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li><a href="<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['navigate'][0][0]->navigateToUrlFunction(array('to'=>"current"),$_smarty_tpl);?>
<?php $_tmp5=ob_get_clean();?><?php ob_start();?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['CODE']->value,$_smarty_tpl);?>
<?php $_tmp6=ob_get_clean();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>$_tmp5,'lang'=>$_tmp6),$_smarty_tpl);?>
"><img src="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['image'][0][0]->functionImage(array('file'=>"assets/img/flags/".((string)$_smarty_tpl->tpl_vars['CODE']->value).".png"),$_smarty_tpl);?>
" alt="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?>
" /> <?php echo TheliaSmarty\Template\SmartyParser::theliaEscape(ucfirst($_smarty_tpl->tpl_vars['CODE']->value),$_smarty_tpl);?>
</a></li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"lang",'name'=>"ui-lang",'backend_context'=>"1"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</ul>
</li>
</ul>
<!-- /.navbar-top-links -->
<div class="navbar-default sidebar" role="navigation">
<div class="sidebar-nav navbar-collapse">
<?php echo $_smarty_tpl->getSubTemplate ("includes/main-menu.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.inside-topbar",'location'=>"inside_topbar"),$_smarty_tpl);?>
</div>
<!-- /.sidebar-collapse -->
</div>
<!-- /.navbar-static-side -->
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.after-topbar",'location'=>"after_topbar"),$_smarty_tpl);?>
</nav>
<div id="page-wrapper">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Modules'),$_smarty_tpl);?>
</h1>
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.before-content",'location'=>"before_content"),$_smarty_tpl);?>
<div class="row">
<div class="modules">
<div id="wrapper" class="container">
<div class="clearfix">
<ul class="breadcrumb pull-left">
<li><a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/home'),$_smarty_tpl);?>
"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Home"),$_smarty_tpl);?>
</a></li>
<li><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Modules"),$_smarty_tpl);?>
</li>
</ul>
</div>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"modules.top",'location'=>"modules_top"),$_smarty_tpl);?>
<div class="row">
<?php if ($_smarty_tpl->tpl_vars['module_errors']->value) {?>
<?php echo $_smarty_tpl->getSubTemplate ("includes/module-errors.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);?>
<?php }?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"auth",'name'=>"can_create",'role'=>"ADMIN",'resource'=>"admin.module",'access'=>"UPDATE")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"auth",'name'=>"can_create",'role'=>"ADMIN",'resource'=>"admin.module",'access'=>"UPDATE"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php echo $_smarty_tpl->getSubTemplate ("includes/module-install.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"auth",'name'=>"can_create",'role'=>"ADMIN",'resource'=>"admin.module",'access'=>"UPDATE"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<div class="col-md-12">
<?php if ($_smarty_tpl->tpl_vars['error_message']->value) {?><div class="alert alert-danger"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['error_message']->value,$_smarty_tpl);?>
</div><?php }?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Delivery modules'),$_smarty_tpl);?>
<?php $_tmp7=ob_get_clean();?><?php echo $_smarty_tpl->getSubTemplate ("includes/module-block.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array('module_type'=>"2",'caption_title'=>$_tmp7), 0);?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Payment modules'),$_smarty_tpl);?>
<?php $_tmp8=ob_get_clean();?><?php echo $_smarty_tpl->getSubTemplate ("includes/module-block.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array('module_type'=>"3",'caption_title'=>$_tmp8), 0);?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Classic modules'),$_smarty_tpl);?>
<?php $_tmp9=ob_get_clean();?><?php echo $_smarty_tpl->getSubTemplate ("includes/module-block.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array('module_type'=>"1",'caption_title'=>$_tmp9), 0);?>
</div>
<div class="col-md-12">
<div class="text-right">
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/hooks'),$_smarty_tpl);?>
" class="btn btn-primary"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Manage hooks"),$_smarty_tpl);?>
<span class="glyphicon glyphicon-chevron-right"></span></a>
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/module-hooks'),$_smarty_tpl);?>
" class="btn btn-primary"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Manage modules attachements"),$_smarty_tpl);?>
<span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
</div>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"modules.bottom",'location'=>"modules_bottom"),$_smarty_tpl);?>
</div>
</div>
<?php $_smarty_tpl->_capture_stack[0][] = array("delete_module_dialog", null, null); ob_start(); ?>
<input type="hidden" name="module_id" id="delete_module_id" value="" />
<div class="row">
<div class="col-md-12">
<div class="form-group">
<div class="checkbox">
<label>
<input type="checkbox" name="delete-module-data" value="1">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Delete also module data"),$_smarty_tpl);?>
</label>
</div>
</div>
</div>
</div>
<?php list($_capture_buffer, $_capture_assign, $_capture_append) = array_pop($_smarty_tpl->_capture_stack[0]);
if (!empty($_capture_buffer)) {
if (isset($_capture_assign)) $_smarty_tpl->assign($_capture_assign, ob_get_contents());
if (isset( $_capture_append)) $_smarty_tpl->append( $_capture_append, ob_get_contents());
Smarty::$_smarty_vars['capture'][$_capture_buffer]=ob_get_clean();
} else $_smarty_tpl->capture_error();?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Delete a module"),$_smarty_tpl);?>
<?php $_tmp10=ob_get_clean();?><?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Do you really want to delete this module ?"),$_smarty_tpl);?>
<?php $_tmp11=ob_get_clean();?><?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['token_url'][0][0]->generateUrlWithToken(array('path'=>'/admin/module/delete'),$_smarty_tpl);?>
<?php $_tmp12=ob_get_clean();?><?php ob_start();?><?php echo Smarty::$_smarty_vars['capture']['delete_module_dialog'];?>
<?php $_tmp13=ob_get_clean();?><?php echo $_smarty_tpl->getSubTemplate ("includes/generic-confirm-dialog.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array('dialog_id'=>"delete_module_dialog",'dialog_title'=>$_tmp10,'dialog_message'=>$_tmp11,'form_action'=>$_tmp12,'form_content'=>$_tmp13), 0);?>
<div class="modal fade" id="module-failed" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h3><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"An error occured"),$_smarty_tpl);?>
</h3>
</div>
<div class="modal-body" id="module-failed-body">
</div>
</div>
</div>
</div>
<div class="modal fade" id="module-information" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h3 id="module-information-title"></h3>
</div>
<div class="modal-body" id="module-information-body">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Close'),$_smarty_tpl);?>
</button>
</div>
</div>
</div>
</div>
</div>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.after-content",'location'=>"after_content"),$_smarty_tpl);?>
</div>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"top-bar-auth",'type'=>"auth",'role'=>"ADMIN"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.before-footer",'location'=>"before_footer"),$_smarty_tpl);?>
<footer class="footer">
<div class="text-center">
<p class="text-center">&copy; Thelia <time datetime="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape(date('Y-m-d'),$_smarty_tpl);?>
"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape(date('Y'),$_smarty_tpl);?>
</time>
- <a href="http://www.openstudio.fr/" target="_blank"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Published by OpenStudio'),$_smarty_tpl);?>
</a>
- <a href="http://thelia.net/forum" target="_blank"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Thelia support forum'),$_smarty_tpl);?>
</a>
- <a href="http://thelia.net/modules" target="_blank"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Thelia contributions'),$_smarty_tpl);?>
</a>
</p>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.in-footer",'location'=>"in_footer"),$_smarty_tpl);?>
</div>
<ul id="follow-us" class="list-unstyled list-inline">
<li>
<a href="https://twitter.com/theliaecommerce" target="_blank">
<span class="icon-twitter"></span>
</a>
</li>
<li>
<a href="https://www.facebook.com/theliaecommerce" target="_blank">
<span class="icon-facebook"></span>
</a>
</li>
<li>
<a href="https://github.com/thelia/thelia" target="_blank">
<span class="icon-github"></span>
</a>
</li>
</ul>
</footer>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.after-footer",'location'=>"after_footer"),$_smarty_tpl);?>
</div> <!-- #wrapper -->
<script src="//code.jquery.com/jquery-2.0.3.min.js"></script>
<script>
if (typeof jQuery == 'undefined') {
<?php $_smarty_tpl->smarty->_tag_stack[] = array('javascripts', array('file'=>'assets/js/libs/jquery.js')); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/libs/jquery.js'), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
document.write(unescape("%3Cscript src='<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['asset_url']->value,$_smarty_tpl);?>
' %3E%3C/script%3E"));
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/libs/jquery.js'), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
}
</script>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('javascripts', array('file'=>'assets/js/bootstrap/bootstrap.js')); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/bootstrap/bootstrap.js'), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<script src="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['asset_url']->value,$_smarty_tpl);?>
"></script>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/bootstrap/bootstrap.js'), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('javascripts', array('file'=>'assets/js/libs/jquery.toolbar.min.js')); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/libs/jquery.toolbar.min.js'), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<script src="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['asset_url']->value,$_smarty_tpl);?>
"></script>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/libs/jquery.toolbar.min.js'), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('javascripts', array('file'=>'assets/js/libs/metis-menu.min.js')); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/libs/metis-menu.min.js'), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<script src="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['asset_url']->value,$_smarty_tpl);?>
"></script>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/libs/metis-menu.min.js'), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('javascripts', array('file'=>'assets/js/bootstrap-switch/bootstrap-switch.js')); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/bootstrap-switch/bootstrap-switch.js'), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<script src="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['asset_url']->value,$_smarty_tpl);?>
"></script>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/bootstrap-switch/bootstrap-switch.js'), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('javascripts', array('file'=>'assets/js/bootstrap-editable/bootstrap-editable.js')); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/bootstrap-editable/bootstrap-editable.js'), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<script src="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['asset_url']->value,$_smarty_tpl);?>
"></script>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/bootstrap-editable/bootstrap-editable.js'), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<script>
$(document).ready(function() {
$("#module-install").on("submit", function(event) {
var $loader = $('<div class="loader"></div>');
$('body').append($loader);
$loader.show();
});
var url_management = "<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/admin/module/toggle-activation/"),$_smarty_tpl);?>
";
$(".module-activation").on("switch-change", function(e, data){
var checkbox = $(this);
var module_id = checkbox.data('id');
var is_checked = data.value;
$('body').append('<div class="modal-backdrop fade in" id="loading-event"><div class="loading"></div></div>');
$.ajax({
url: url_management+$(this).data('id')
}).always(function(){
$("#loading-event").remove();
}).done(function() {
if (is_checked) {
$('.config-btn-' + module_id + ', .hook-btn-' + module_id)
.removeClass('disabled')
.removeClass('no-follow-link');
} else {
$('.config-btn-' + module_id + ', .hook-btn-' + module_id)
.addClass('disabled')
.addClass('no-follow-link');
}
}).fail(function(jqXHR, textStatus, errorThrown){
checkbox.bootstrapSwitch('toggleState', true);
$('#module-failed-body').html(jqXHR.responseJSON.error);
$("#module-failed").modal("show");
});
});
$(".module-delete-action").click(function(){
$("#delete_module_id").val($(this).data("id"));
});
$('.modulePositionChange').editable({
type : 'text',
title : "<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Enter new module position"),$_smarty_tpl);?>
",
mode : 'popup',
inputclass : 'input-mini',
placement : 'left',
success : function(response, newValue) {
// The URL template
var url = "<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('noamp'=>'1','path'=>'/admin/module/update-position','module_id'=>'__ID__','position'=>'__POS__'),$_smarty_tpl);?>
";
// Perform subtitutions
url = url.replace('__ID__', $(this).data('id'))
.replace('__POS__', newValue);
// Reload the page
location.href = url;
}
});
$('.module-error-more').on('click', function(event){
event.preventDefault();
$(event.currentTarget).next('.more').toggleClass('hidden');
});
$('.module-information').click(function(event) {
showModuleInformation(
'<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/module/information/__ID__'),$_smarty_tpl);?>
'.replace('__ID__', $(this).data('id'))
);
event.preventDefault();
});
$('.module-documentation').click(function(event) {
showModuleInformation(
'<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/module/documentation/__ID__'),$_smarty_tpl);?>
'.replace('__ID__', $(this).data('id'))
);
event.preventDefault();
});
function showModuleInformation(url) {
$('body').append('<div class="modal-backdrop fade in" id="loading-event"><div class="loading"></div></div>');
$.ajax({
url: url
}).always(function(){
$("#loading-event").remove();
}).success(function(data) {
$('#module-information-title').html(data.title);
$('#module-information-body').html(data.body);
$("#module-information").modal("show");
});
}
});
</script>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('javascripts', array('file'=>'assets/js/main.js')); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/main.js'), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<script src="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['asset_url']->value,$_smarty_tpl);?>
"></script>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>'assets/js/main.js'), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>'main.footer-js','location'=>"footer_js"),$_smarty_tpl);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"modules.js",'location'=>"modules-js"),$_smarty_tpl);?>
</body>
</html>
<?php }} ?>

View File

@@ -0,0 +1,77 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:13:01
compiled from "/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookNavigation/templates/frontOffice/default/main-navbar-primary.html" */ ?>
<?php /*%%SmartyHeaderCode:20601341265ce8504d8fda44-67989397%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'2295d3b4002973b8bd9d715e6085e14d59e5927a' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookNavigation/templates/frontOffice/default/main-navbar-primary.html',
1 => 1507610746,
2 => 'file',
),
),
'nocache_hash' => '20601341265ce8504d8fda44-67989397',
'function' =>
array (
),
'variables' =>
array (
'CHILD_COUNT' => 0,
'URL' => 0,
'TITLE' => 0,
'ID' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce8504d9510d0_20508385',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce8504d9510d0_20508385')) {function content_5ce8504d9510d0_20508385($_smarty_tpl) {?><nav class="navbar navbar-default nav-main" role="navigation" itemscope itemtype="http://schema.org/SiteNavigationElement">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-primary">
<span class="sr-only"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Toggle navigation",'d'=>"hooknavigation.fo.default"),$_smarty_tpl);?>
</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand visible-xs-block visible-sm-block" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['navigate'][0][0]->navigateToUrlFunction(array('to'=>"index"),$_smarty_tpl);?>
"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Categories",'d'=>"hooknavigation.fo.default"),$_smarty_tpl);?>
</a>
</div>
<div class="collapse navbar-collapse" id="navbar-primary">
<ul class="nav navbar-nav navbar-categories">
<li><a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['navigate'][0][0]->navigateToUrlFunction(array('to'=>"index"),$_smarty_tpl);?>
" class="home"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Home",'d'=>"hooknavigation.fo.default"),$_smarty_tpl);?>
</a></li>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"category",'name'=>"category.navigation",'parent'=>"0",'need_count_child'=>"yes")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"category",'name'=>"category.navigation",'parent'=>"0",'need_count_child'=>"yes"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php if ($_smarty_tpl->tpl_vars['CHILD_COUNT']->value>0) {?>
<li class="dropdown">
<a href="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['URL']->value,$_smarty_tpl);?>
" class="dropdown-toggle"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?>
</a>
<ul class="dropdown-menu" role="menu">
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"category",'name'=>"sub-cat",'parent'=>((string)$_smarty_tpl->tpl_vars['ID']->value))); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"category",'name'=>"sub-cat",'parent'=>((string)$_smarty_tpl->tpl_vars['ID']->value)), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li><a href="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['URL']->value,$_smarty_tpl);?>
"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?>
</a></li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"category",'name'=>"sub-cat",'parent'=>((string)$_smarty_tpl->tpl_vars['ID']->value)), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</ul>
</li>
<?php } else { ?>
<li><a href="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['URL']->value,$_smarty_tpl);?>
"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?>
</a></li>
<?php }?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"category",'name'=>"category.navigation",'parent'=>"0",'need_count_child'=>"yes"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</ul>
</div>
</div>
</nav>
<?php }} ?>

View File

@@ -0,0 +1,504 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:12:52
compiled from "/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/backOffice/default/includes/main-menu.html" */ ?>
<?php /*%%SmartyHeaderCode:6182489325ce85044d4c717-46040970%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'2d4d1d26ad45c760264023fe97e61e5dbacfdb6f' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/backOffice/default/includes/main-menu.html',
1 => 1507612849,
2 => 'file',
),
),
'nocache_hash' => '6182489325ce85044d4c717-46040970',
'function' =>
array (
),
'variables' =>
array (
'admin_current_location' => 0,
'id' => 0,
'class' => 0,
'url' => 0,
'title' => 0,
'ID' => 0,
'count' => 0,
'TITLE' => 0,
'COLOR' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce850451b4f99_41973607',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce850451b4f99_41973607')) {function content_5ce850451b4f99_41973607($_smarty_tpl) {?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.before-top-menu",'location'=>"before_top_menu"),$_smarty_tpl);?>
<ul class="nav in" id="side-menu">
<li class="sidebar-search">
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"top-bar-search",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.search",'access'=>"VIEW")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"top-bar-search",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.search",'access'=>"VIEW"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<form action="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/search'),$_smarty_tpl);?>
">
<div class="input-group">
<input type="text" class="form-control" id="search_term" name="search_term" placeholder="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Search'),$_smarty_tpl);?>
" value="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape(trim($_GET['search_term']),$_smarty_tpl);?>
">
<span class="input-group-btn">
<button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span></button>
</span>
</div>
</form>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"top-bar-search",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.search",'access'=>"VIEW"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<!-- /input-group -->
</li>
<li class="<?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='home') {?>active<?php }?>" id="home_menu">
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/home'),$_smarty_tpl);?>
" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Home"),$_smarty_tpl);?>
"><span class="icon-home"></span> <span class="item-text"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Home"),$_smarty_tpl);?>
</span></a>
</li>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"menu-auth-customer",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.customer",'access'=>"VIEW")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"menu-auth-customer",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.customer",'access'=>"VIEW"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('ifhook', array('rel'=>"main.top-menu-customer")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.top-menu-customer"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('hookblock', array('name'=>"main.top-menu-customer",'fields'=>"id,class,url,title")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.top-menu-customer",'fields'=>"id,class,url,title"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li class="<?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='customer') {?>active<?php }?>" id="customers_menu">
<a title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Customers"),$_smarty_tpl);?>
" href="#collapse-customer" <?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='customer') {?>class="open"<?php }?>>
<span class="icon-customers"></span>
<span class="item-text"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Customers"),$_smarty_tpl);?>
<span class="caret"></span></span>
</a>
<ul id="collapse-customer" class="collapse <?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='customer') {?>in<?php }?>" role="menu">
<li role="menuitem" id="customers_menu">
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/customers'),$_smarty_tpl);?>
" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Customers"),$_smarty_tpl);?>
">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Customers"),$_smarty_tpl);?>
</a>
</li>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('forhook', array('rel'=>"main.top-menu-customer")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.top-menu-customer"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li role="menuitem">
<a <?php if ($_smarty_tpl->tpl_vars['id']->value) {?>id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['id']->value,$_smarty_tpl);?>
" <?php }?> class="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['class']->value,$_smarty_tpl);?>
" data-target="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['url']->value,$_smarty_tpl);?>
" href="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['url']->value,$_smarty_tpl);?>
">
<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['title']->value,$_smarty_tpl);?>
</a>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.top-menu-customer"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</ul>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.top-menu-customer",'fields'=>"id,class,url,title"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.top-menu-customer"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('elsehook', array('rel'=>"main.top-menu-customer")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"main.top-menu-customer"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li class="<?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='customer') {?>active<?php }?>" id="customers_menu">
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/customers'),$_smarty_tpl);?>
" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Customers"),$_smarty_tpl);?>
">
<span class="icon-customers"></span>
<span class="item-text"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Customers"),$_smarty_tpl);?>
</span>
</a>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"main.top-menu-customer"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"menu-auth-customer",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.customer",'access'=>"VIEW"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"menu-auth-order",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.order",'access'=>"VIEW")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"menu-auth-order",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.order",'access'=>"VIEW"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li class="<?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='order') {?>active<?php }?>" id="orders_menu">
<a title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Orders"),$_smarty_tpl);?>
" href="#collapse-orders" <?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='order') {?>class="open"<?php }?>>
<span class="icon-orders"></span>
<span class="item-text"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Orders"),$_smarty_tpl);?>
<span class="caret"></span></span>
</a>
<ul id="collapse-orders" class="collapse <?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='order') {?>in<?php }?>" role="menu">
<li role="menuitem">
<a class="clearfix" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'admin/orders'),$_smarty_tpl);?>
">
<span class="pull-left"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"All orders"),$_smarty_tpl);?>
</span>
<span class="label label-default pull-right"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['count'][0][0]->theliaCount(array('type'=>"order",'customer'=>"*",'backend_context'=>"1"),$_smarty_tpl);?>
</span>
</a>
</li>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"order-status-list",'type'=>"order-status")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"order-status-list",'type'=>"order-status"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php ob_start();?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['ID']->value,$_smarty_tpl);?>
<?php $_tmp14=ob_get_clean();?><?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['count'][0][0]->theliaCount(array('type'=>"order",'customer'=>"*",'backend_context'=>"1",'status'=>$_tmp14),$_smarty_tpl);?>
<?php $_tmp15=ob_get_clean();?><?php $_smarty_tpl->tpl_vars['count'] = new Smarty_variable($_tmp15, null, 0);?>
<?php if ($_smarty_tpl->tpl_vars['count']->value) {?>
<li role="menuitem">
<a class="clearfix" data-target="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"admin/orders/".((string)$_smarty_tpl->tpl_vars['LABEL']->value)),$_smarty_tpl);?>
" href="<?php ob_start();?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['ID']->value,$_smarty_tpl);?>
<?php $_tmp16=ob_get_clean();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"admin/orders",'status'=>$_tmp16),$_smarty_tpl);?>
">
<span class="pull-left"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?>
</span>
<span class="label pull-right" style="background-color: <?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['COLOR']->value,$_smarty_tpl);?>
;"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['count']->value,$_smarty_tpl);?>
</span>
</a>
</li>
<?php }?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"order-status-list",'type'=>"order-status"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('hookblock', array('name'=>"main.top-menu-order",'fields'=>"id,class,url,title")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.top-menu-order",'fields'=>"id,class,url,title"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('forhook', array('rel'=>"main.top-menu-order")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.top-menu-order"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li role="menuitem">
<a <?php if ($_smarty_tpl->tpl_vars['id']->value) {?>id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['id']->value,$_smarty_tpl);?>
" <?php }?> class="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['class']->value,$_smarty_tpl);?>
" data-target="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['url']->value,$_smarty_tpl);?>
" href="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['url']->value,$_smarty_tpl);?>
">
<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['title']->value,$_smarty_tpl);?>
</a>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.top-menu-order"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.top-menu-order",'fields'=>"id,class,url,title"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</ul>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"menu-auth-order",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.order",'access'=>"VIEW"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"menu-auth-catalog",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.category",'access'=>"VIEW")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"menu-auth-catalog",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.category",'access'=>"VIEW"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('ifhook', array('rel'=>"main.top-menu-catalog")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.top-menu-catalog"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('hookblock', array('name'=>"main.top-menu-catalog",'fields'=>"id,class,url,title")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.top-menu-catalog",'fields'=>"id,class,url,title"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li class="<?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='catalog') {?>active<?php }?>" id="catalog_menu">
<a title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Catalog"),$_smarty_tpl);?>
" href="#collapse-catalog" <?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='catalog') {?>class="open"<?php }?>>
<span class="icon-catalog"></span>
<span class="item-text"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Catalog"),$_smarty_tpl);?>
<span class="caret"></span></span>
</a>
<ul id="collapse-catalog" class="collapse <?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='catalog') {?>in<?php }?>" role="menu">
<li role="menuitem" id="catalog_menu">
<a title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Catalog"),$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/catalog'),$_smarty_tpl);?>
">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Catalog"),$_smarty_tpl);?>
</a>
</li>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('forhook', array('rel'=>"main.top-menu-catalog")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.top-menu-catalog"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li role="menuitem">
<a <?php if ($_smarty_tpl->tpl_vars['id']->value) {?>id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['id']->value,$_smarty_tpl);?>
" <?php }?> class="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['class']->value,$_smarty_tpl);?>
" data-target="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['url']->value,$_smarty_tpl);?>
" href="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['url']->value,$_smarty_tpl);?>
">
<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['title']->value,$_smarty_tpl);?>
</a>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.top-menu-catalog"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</ul>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.top-menu-catalog",'fields'=>"id,class,url,title"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.top-menu-catalog"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('elsehook', array('rel'=>"main.top-menu-catalog")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"main.top-menu-catalog"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li class="<?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='catalog') {?>active<?php }?>" id="catalog_menu">
<a title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Catalog"),$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/catalog'),$_smarty_tpl);?>
">
<span class="icon-catalog"></span>
<span class="item-text"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Catalog"),$_smarty_tpl);?>
</span>
</a>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"main.top-menu-catalog"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"menu-auth-catalog",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.category",'access'=>"VIEW"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"menu-auth-content",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.folder",'access'=>"VIEW")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"menu-auth-content",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.folder",'access'=>"VIEW"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('ifhook', array('rel'=>"main.top-menu-content")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.top-menu-content"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('hookblock', array('name'=>"main.top-menu-content",'fields'=>"id,class,url,title")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.top-menu-content",'fields'=>"id,class,url,title"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li class="<?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='content') {?>active<?php }?>" id="contents_menu">
<a title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Folders"),$_smarty_tpl);?>
" href="#collapse-content" <?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='content') {?>class="open"<?php }?>>
<span class="icon-records"></span>
<span class="item-text"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Folders"),$_smarty_tpl);?>
<span class="caret"></span></span>
</a>
<ul id="collapse-content" class="collapse <?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='content') {?>in<?php }?>" role="menu">
<li role="menuitem" id="contents_menu">
<a title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Folders"),$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/folders'),$_smarty_tpl);?>
">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Folders"),$_smarty_tpl);?>
</a>
</li>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('forhook', array('rel'=>"main.top-menu-content")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.top-menu-content"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li role="menuitem">
<a <?php if ($_smarty_tpl->tpl_vars['id']->value) {?>id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['id']->value,$_smarty_tpl);?>
" <?php }?> class="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['class']->value,$_smarty_tpl);?>
" data-target="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['url']->value,$_smarty_tpl);?>
" href="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['url']->value,$_smarty_tpl);?>
">
<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['title']->value,$_smarty_tpl);?>
</a>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.top-menu-content"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</ul>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.top-menu-content",'fields'=>"id,class,url,title"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.top-menu-content"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('elsehook', array('rel'=>"main.top-menu-content")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"main.top-menu-content"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li class="<?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='folder') {?>active<?php }?>" id="contents_menu">
<a title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Folders"),$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/folders'),$_smarty_tpl);?>
">
<span class="icon-records"></span>
<span class="item-text"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Folders"),$_smarty_tpl);?>
</span>
</a>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"main.top-menu-content"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"menu-auth-content",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.folder",'access'=>"VIEW"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"menu-auth-tools",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.tools",'access'=>"VIEW")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"menu-auth-tools",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.tools",'access'=>"VIEW"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li class="<?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='tools') {?>active<?php }?>" id="tools_menu">
<a title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Tools"),$_smarty_tpl);?>
" href="#collapse-tools" <?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='tools') {?>class="open"<?php }?>>
<span class="icon-tools"></span>
<span class="item-text"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Tools"),$_smarty_tpl);?>
<span class="caret"></span></span>
</a>
<ul id="collapse-tools" class="collapse <?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='tools') {?>in<?php }?>" role="menu">
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"auth-coupon",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.coupon",'access'=>"VIEW")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"auth-coupon",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.coupon",'access'=>"VIEW"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li role="menuitem"><a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/coupon'),$_smarty_tpl);?>
"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Coupons"),$_smarty_tpl);?>
</a></li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"auth-coupon",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.coupon",'access'=>"VIEW"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"auth-sales",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.sales",'access'=>"VIEW")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"auth-sales",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.sales",'access'=>"VIEW"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li role="menuitem"><a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/sales'),$_smarty_tpl);?>
"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Sales management"),$_smarty_tpl);?>
</a></li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"auth-sales",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.sales",'access'=>"VIEW"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"auth-brand",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.brand",'access'=>"VIEW")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"auth-brand",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.brand",'access'=>"VIEW"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li role="menuitem"><a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/brand'),$_smarty_tpl);?>
"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Brands"),$_smarty_tpl);?>
</a></li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"auth-brand",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.brand",'access'=>"VIEW"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"auth-export",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.export",'access'=>"VIEW")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"auth-export",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.export",'access'=>"VIEW"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li role="menuitem"><a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/export'),$_smarty_tpl);?>
"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Export"),$_smarty_tpl);?>
</a></li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"auth-export",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.export",'access'=>"VIEW"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"auth-import",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.import",'access'=>"VIEW")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"auth-import",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.import",'access'=>"VIEW"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li role="menuitem"><a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/import'),$_smarty_tpl);?>
"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Import"),$_smarty_tpl);?>
</a></li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"auth-import",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.import",'access'=>"VIEW"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('hookblock', array('name'=>"main.top-menu-tools",'fields'=>"id,class,url,title")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.top-menu-tools",'fields'=>"id,class,url,title"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('forhook', array('rel'=>"main.top-menu-tools")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.top-menu-tools"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li role="menuitem">
<a <?php if ($_smarty_tpl->tpl_vars['id']->value) {?>id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['id']->value,$_smarty_tpl);?>
" <?php }?> class="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['class']->value,$_smarty_tpl);?>
" data-target="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['url']->value,$_smarty_tpl);?>
" href="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['url']->value,$_smarty_tpl);?>
">
<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['title']->value,$_smarty_tpl);?>
</a>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.top-menu-tools"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.top-menu-tools",'fields'=>"id,class,url,title"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</ul>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"menu-auth-tools",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.tools",'access'=>"VIEW"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"menu-auth-modules",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.module",'access'=>"VIEW")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"menu-auth-modules",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.module",'access'=>"VIEW"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('ifhook', array('rel'=>"main.top-menu-modules")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.top-menu-modules"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('hookblock', array('name'=>"main.top-menu-modules",'fields'=>"id,class,url,title")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.top-menu-modules",'fields'=>"id,class,url,title"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li class="<?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='modules') {?>active<?php }?>" id="modules_menu">
<a title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Modules"),$_smarty_tpl);?>
" href="#collapse-modules" <?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='modules') {?>class="open"<?php }?>>
<span class="icon-modules"></span>
<span class="item-text"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Modules"),$_smarty_tpl);?>
<span class="caret"></span></span>
</a>
<ul id="collapse-modules" class="collapse <?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='modules') {?>in<?php }?>" role="menu">
<li role="menuitem" id="modules_menu">
<a title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Modules"),$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/modules'),$_smarty_tpl);?>
">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Modules"),$_smarty_tpl);?>
</a>
</li>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('forhook', array('rel'=>"main.top-menu-modules")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.top-menu-modules"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li role="menuitem">
<a <?php if ($_smarty_tpl->tpl_vars['id']->value) {?>id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['id']->value,$_smarty_tpl);?>
" <?php }?> class="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['class']->value,$_smarty_tpl);?>
" data-target="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['url']->value,$_smarty_tpl);?>
" href="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['url']->value,$_smarty_tpl);?>
">
<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['title']->value,$_smarty_tpl);?>
</a>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.top-menu-modules"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</ul>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.top-menu-modules",'fields'=>"id,class,url,title"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.top-menu-modules"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('elsehook', array('rel'=>"main.top-menu-modules")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"main.top-menu-modules"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li class="<?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='modules') {?>active<?php }?>" id="modules_menu">
<a title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Modules"),$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/modules'),$_smarty_tpl);?>
">
<span class="icon-modules"></span>
<span class="item-text"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Modules"),$_smarty_tpl);?>
</span>
</a>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"main.top-menu-modules"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"menu-auth-modules",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.module",'access'=>"VIEW"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"menu-auth-config",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.configuration",'access'=>"VIEW")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"menu-auth-config",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.configuration",'access'=>"VIEW"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('ifhook', array('rel'=>"main.top-menu-configuration")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.top-menu-configuration"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('hookblock', array('name'=>"main.top-menu-configuration",'fields'=>"id,class,url,title")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.top-menu-configuration",'fields'=>"id,class,url,title"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li class="<?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='configuration') {?>active<?php }?>" id="config_menu">
<a title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Configuration"),$_smarty_tpl);?>
" href="#collapse-configuration" <?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='configuration') {?>class="open"<?php }?>>
<span class="icon-configuration"></span>
<span class="item-text"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Configuration"),$_smarty_tpl);?>
<span class="caret"></span></span>
</a>
<ul id="collapse-configuration" class="collapse <?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='configuration') {?>in<?php }?>" role="menu">
<?php $_smarty_tpl->smarty->_tag_stack[] = array('forhook', array('rel'=>"main.top-menu-configuration")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.top-menu-configuration"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li role="menuitem">
<a <?php if ($_smarty_tpl->tpl_vars['id']->value) {?>id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['id']->value,$_smarty_tpl);?>
" <?php }?> class="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['class']->value,$_smarty_tpl);?>
" data-target="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['url']->value,$_smarty_tpl);?>
" href="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['url']->value,$_smarty_tpl);?>
">
<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['title']->value,$_smarty_tpl);?>
</a>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.top-menu-configuration"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</ul>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.top-menu-configuration",'fields'=>"id,class,url,title"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.top-menu-configuration"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('elsehook', array('rel'=>"main.top-menu-configuration")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"main.top-menu-configuration"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li class="<?php if ($_smarty_tpl->tpl_vars['admin_current_location']->value=='configuration') {?>active<?php }?>" id="config_menu">
<a title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Configuration"),$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/configuration'),$_smarty_tpl);?>
">
<span class="icon-configuration"></span>
<span class="item-text"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Configuration"),$_smarty_tpl);?>
</span>
</a>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"main.top-menu-configuration"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"menu-auth-config",'type'=>"auth",'role'=>"ADMIN",'resource'=>"admin.configuration",'access'=>"VIEW"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.in-top-menu-items",'location'=>"in_top_menu_items",'admin_current_location'=>$_smarty_tpl->tpl_vars['admin_current_location']->value),$_smarty_tpl);?>
</ul>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.topbar-bottom"),$_smarty_tpl);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.after-top-menu",'location'=>"after_top_menu"),$_smarty_tpl);?>
<?php }} ?>

View File

@@ -0,0 +1,68 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:13:01
compiled from "/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookContact/templates/frontOffice/default/main-footer-body.html" */ ?>
<?php /*%%SmartyHeaderCode:1755487985ce8504da1eb39-09745345%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'33e87702ceffaf47961fe3cffa86f01460d658b3' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookContact/templates/frontOffice/default/main-footer-body.html',
1 => 1507610741,
2 => 'file',
),
),
'nocache_hash' => '1755487985ce8504da1eb39-09745345',
'function' =>
array (
),
'variables' =>
array (
'store_name' => 0,
'TITLE' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce8504da66912_48021405',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce8504da66912_48021405')) {function content_5ce8504da66912_48021405($_smarty_tpl) {?><div itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['store_name']->value,$_smarty_tpl);?>
">
<ul>
<li class="contact-address">
<address class="adr" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span class="street-address" itemprop="streetAddress"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"store_address1"),$_smarty_tpl);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"store_address2"),$_smarty_tpl);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"store_address3"),$_smarty_tpl);?>
</span><br>
<span class="postal-code" itemprop="postalCode"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"store_zipcode"),$_smarty_tpl);?>
</span>
<span class="locality" itemprop="addressLocality">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"store_city"),$_smarty_tpl);?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"store_country"),$_smarty_tpl);?>
<?php $_tmp11=ob_get_clean();?><?php if ($_tmp11) {?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"store_country"),$_smarty_tpl);?>
<?php $_tmp12=ob_get_clean();?><?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"country",'name'=>"address.country.title",'id'=>$_tmp12)); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"country",'name'=>"address.country.title",'id'=>$_tmp12), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
, <span class="country-name"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?>
</span><?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"country",'name'=>"address.country.title",'id'=>$_tmp12), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php }?>
</span>
</address>
</li>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"store_phone"),$_smarty_tpl);?>
<?php $_tmp13=ob_get_clean();?><?php if ($_tmp13) {?>
<li class="contact-phone">
<a href="tel:<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"store_phone"),$_smarty_tpl);?>
" class="tel" itemprop="telephone"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"store_phone"),$_smarty_tpl);?>
</a>
</li>
<?php }?>
<li class="contact-contact">
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/contact'),$_smarty_tpl);?>
"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Find us, Contact us",'d'=>"hookcontact.fo.default"),$_smarty_tpl);?>
</a>
</li>
</ul>
</div>
<?php }} ?>

View File

@@ -0,0 +1,135 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:13:01
compiled from "/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookSocial/templates/frontOffice/default/main-footer-body.html" */ ?>
<?php /*%%SmartyHeaderCode:13241514865ce8504da900d3-59594257%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'3d437cdf7c295fb328aa70554ac7e268f6d5e72f' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookSocial/templates/frontOffice/default/main-footer-body.html',
1 => 1507610751,
2 => 'file',
),
),
'nocache_hash' => '13241514865ce8504da900d3-59594257',
'function' =>
array (
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce8504db2b5b1_44418041',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce8504db2b5b1_44418041')) {function content_5ce8504db2b5b1_44418041($_smarty_tpl) {?><ul role="presentation">
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"hooksocial_facebook"),$_smarty_tpl);?>
<?php $_tmp14=ob_get_clean();?><?php if ($_tmp14) {?>
<li>
<a href="http://facebook.com/<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"hooksocial_facebook"),$_smarty_tpl);?>
" rel="nofollow" class="facebook" data-toggle="tooltip" data-placement="top"
title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Facebook",'d'=>"hooksocial.fo.default"),$_smarty_tpl);?>
" target="_blank">
<span class="fa-stack fa-lg">
<span class="fa fa-circle fa-stack-2x"></span>
<span class="fa fa-facebook fa-stack-1x fa-inverse"></span>
</span>
<span class="visible-print"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Facebook",'d'=>"hooksocial.fo.default"),$_smarty_tpl);?>
</span>
</a>
</li>
<?php }?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"hooksocial_twitter"),$_smarty_tpl);?>
<?php $_tmp15=ob_get_clean();?><?php if ($_tmp15) {?>
<li>
<a href="https://twitter.com/<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"hooksocial_twitter"),$_smarty_tpl);?>
" rel="nofollow" class="twitter" data-toggle="tooltip" data-placement="top"
title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Twitter",'d'=>"hooksocial.fo.default"),$_smarty_tpl);?>
" target="_blank">
<span class="fa-stack fa-lg">
<span class="fa fa-circle fa-stack-2x"></span>
<span class="fa fa-twitter fa-stack-1x fa-inverse"></span>
</span>
<span class="visible-print"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Twitter",'d'=>"hooksocial.fo.default"),$_smarty_tpl);?>
</span>
</a>
</li>
<?php }?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"hooksocial_pinterest"),$_smarty_tpl);?>
<?php $_tmp16=ob_get_clean();?><?php if ($_tmp16) {?>
<li>
<a href="https://www.pinterest.com/<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"hooksocial_pinterest"),$_smarty_tpl);?>
" class="pinterest" rel="nofollow" data-toggle="tooltip" data-placement="top" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Pinterest",'d'=>"hooksocial.fo.default"),$_smarty_tpl);?>
"
target="_blank">
<span class="fa-stack fa-lg">
<span class="fa fa-circle fa-stack-2x"></span>
<span class="fa fa-pinterest fa-stack-1x fa-inverse"></span>
</span>
<span class="visible-print"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Pinterest",'d'=>"hooksocial.fo.default"),$_smarty_tpl);?>
</span>
</a>
</li>
<?php }?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"hooksocial_instagram"),$_smarty_tpl);?>
<?php $_tmp17=ob_get_clean();?><?php if ($_tmp17) {?>
<li>
<a href="http://instagram.com/<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"hooksocial_instagram"),$_smarty_tpl);?>
" rel="nofollow" class="instagram" data-toggle="tooltip" data-placement="top"
title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Instagram",'d'=>"hooksocial.fo.default"),$_smarty_tpl);?>
" target="_blank">
<span class="fa-stack fa-lg">
<span class="fa fa-circle fa-stack-2x"></span>
<span class="fa fa-instagram fa-stack-1x fa-inverse"></span>
</span>
<span class="visible-print"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Instagram",'d'=>"hooksocial.fo.default"),$_smarty_tpl);?>
</span>
</a>
</li>
<?php }?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"hooksocial_google"),$_smarty_tpl);?>
<?php $_tmp18=ob_get_clean();?><?php if ($_tmp18) {?>
<li>
<a href="http://plus.google.com/<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"hooksocial_google"),$_smarty_tpl);?>
" rel="nofollow" class="google-plus" data-toggle="tooltip" data-placement="top"
title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Google+",'d'=>"hooksocial.fo.default"),$_smarty_tpl);?>
" target="_blank">
<span class="fa-stack fa-lg">
<span class="fa fa-circle fa-stack-2x"></span>
<span class="fa fa-google-plus fa-stack-1x fa-inverse"></span>
</span>
<span class="visible-print"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Google+",'d'=>"hooksocial.fo.default"),$_smarty_tpl);?>
</span>
</a>
</li>
<?php }?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"hooksocial_youtube"),$_smarty_tpl);?>
<?php $_tmp19=ob_get_clean();?><?php if ($_tmp19) {?>
<li>
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"hooksocial_youtube"),$_smarty_tpl);?>
" rel="nofollow" class="youtube" data-toggle="tooltip" data-placement="top"
title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Youtube",'d'=>"hooksocial.fo.default"),$_smarty_tpl);?>
" target="_blank">
<span class="fa-stack fa-lg">
<span class="fa fa-circle fa-stack-2x"></span>
<span class="fa fa-youtube fa-stack-1x fa-inverse"></span>
</span>
<span class="visible-print"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Youtube",'d'=>"hooksocial.fo.default"),$_smarty_tpl);?>
</span>
</a>
</li>
<?php }?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"hooksocial_rss"),$_smarty_tpl);?>
<?php $_tmp20=ob_get_clean();?><?php if ($_tmp20) {?>
<li>
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"hooksocial_rss"),$_smarty_tpl);?>
" class="rss" rel="nofollow" data-toggle="tooltip" data-placement="top" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"RSS",'d'=>"hooksocial.fo.default"),$_smarty_tpl);?>
"
target="_blank">
<span class="fa-stack fa-lg">
<span class="fa fa-circle fa-stack-2x"></span>
<span class="fa fa-rss fa-stack-1x fa-inverse"></span>
</span>
<span class="visible-print"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"RSS",'d'=>"hooksocial.fo.default"),$_smarty_tpl);?>
</span>
</a>
</li>
<?php }?>
</ul><?php }} ?>

View File

@@ -0,0 +1,110 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:13:01
compiled from "/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookCustomer/templates/frontOffice/default/main-navbar-secondary.html" */ ?>
<?php /*%%SmartyHeaderCode:20333663495ce8504d808103-28881336%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'44669d510fb7e77d9e2bd01aac0acf4a77fb068a' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookCustomer/templates/frontOffice/default/main-navbar-secondary.html',
1 => 1507610742,
2 => 'file',
),
),
'nocache_hash' => '20333663495ce8504d808103-28881336',
'function' =>
array (
),
'variables' =>
array (
'name' => 0,
'label_attr' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce8504d8a6635_62179414',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce8504d8a6635_62179414')) {function content_5ce8504d8a6635_62179414($_smarty_tpl) {?><ul class="nav navbar-nav navbar-customer navbar-right">
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"auth",'name'=>"customer_info_block",'role'=>"CUSTOMER")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"auth",'name'=>"customer_info_block",'role'=>"CUSTOMER"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li><a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/logout"),$_smarty_tpl);?>
" class="logout"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Log out!",'d'=>"hookcustomer.fo.default"),$_smarty_tpl);?>
</a></li>
<li><a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/account"),$_smarty_tpl);?>
" class="account"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"My Account",'d'=>"hookcustomer.fo.default"),$_smarty_tpl);?>
</a></li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"auth",'name'=>"customer_info_block",'role'=>"CUSTOMER"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('elseloop', array('rel'=>"customer_info_block")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['elseloop'][0][0]->theliaElseloop(array('rel'=>"customer_info_block"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<li><a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/register"),$_smarty_tpl);?>
" class="register"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Register!",'d'=>"hookcustomer.fo.default"),$_smarty_tpl);?>
</a></li>
<li class="dropdown">
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/login"),$_smarty_tpl);?>
" class="login dropdown-toggle"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Log In!",'d'=>"hookcustomer.fo.default"),$_smarty_tpl);?>
</a>
<div class="dropdown-menu">
<?php $_smarty_tpl->smarty->_tag_stack[] = array('form', array('name'=>"thelia.front.customer.login")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['form'][0][0]->generateForm(array('name'=>"thelia.front.customer.login"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<form id="form-login-mini" action="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/login"),$_smarty_tpl);?>
" method="post" <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['form_enctype'][0][0]->formEnctype(array(),$_smarty_tpl);?>
>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['form_hidden_fields'][0][0]->renderHiddenFormField(array(),$_smarty_tpl);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('form_field', array('field'=>"success_url")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['form_field'][0][0]->renderFormField(array('field'=>"success_url"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<input type="hidden" name="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['name']->value,$_smarty_tpl);?>
" value="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['navigate'][0][0]->navigateToUrlFunction(array('to'=>"current"),$_smarty_tpl);?>
">
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['form_field'][0][0]->renderFormField(array('field'=>"success_url"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('form_field', array('field'=>"email")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['form_field'][0][0]->renderFormField(array('field'=>"email"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<div class="form-group group-email">
<label for="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['label_attr']->value['for'],$_smarty_tpl);?>
-mini"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Email address",'d'=>"hookcustomer.fo.default"),$_smarty_tpl);?>
</label>
<input type="email" name="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['name']->value,$_smarty_tpl);?>
" id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['label_attr']->value['for'],$_smarty_tpl);?>
-mini" class="form-control input-sm" maxlength="255" aria-required="true" required>
</div>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['form_field'][0][0]->renderFormField(array('field'=>"email"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('form_field', array('field'=>"password")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['form_field'][0][0]->renderFormField(array('field'=>"password"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<div class="form-group group-password">
<label for="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['label_attr']->value['for'],$_smarty_tpl);?>
-mini"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Password",'d'=>"hookcustomer.fo.default"),$_smarty_tpl);?>
</label>
<input type="password" name="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['name']->value,$_smarty_tpl);?>
" id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['label_attr']->value['for'],$_smarty_tpl);?>
-mini" class="form-control input-sm" maxlength="255" aria-required="true" required>
</div>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['form_field'][0][0]->renderFormField(array('field'=>"password"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('form_field', array('field'=>"account")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['form_field'][0][0]->renderFormField(array('field'=>"account"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<input type="hidden" name="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['name']->value,$_smarty_tpl);?>
" value="1">
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['form_field'][0][0]->renderFormField(array('field'=>"account"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<div class="form-group group-btn">
<button type="submit" class="btn btn-login-mini btn-sm btn-primary"><i class="fa fa-sign-in"></i> <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Sign In",'d'=>"hookcustomer.fo.default"),$_smarty_tpl);?>
</button>
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/register"),$_smarty_tpl);?>
" class="btn btn-register-mini btn-default btn-sm"><i class="fa fa-user-plus"></i> <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Register",'d'=>"hookcustomer.fo.default"),$_smarty_tpl);?>
</a>
</div>
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/password"),$_smarty_tpl);?>
" class="mini-forgot-password"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Forgot your Password?",'d'=>"hookcustomer.fo.default"),$_smarty_tpl);?>
</a>
</form>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['form'][0][0]->generateForm(array('name'=>"thelia.front.customer.login"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</div>
</li>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['elseloop'][0][0]->theliaElseloop(array('rel'=>"customer_info_block"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</ul><?php }} ?>

View File

@@ -0,0 +1,146 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:12:53
compiled from "/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/backOffice/default/includes/module-install.html" */ ?>
<?php /*%%SmartyHeaderCode:2228683935ce8504529a5c9-73752289%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'4b5db792f64201ab21c834ed1e3b2b5f29642d42' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/backOffice/default/includes/module-install.html',
1 => 1507612850,
2 => 'file',
),
),
'nocache_hash' => '2228683935ce8504529a5c9-73752289',
'function' =>
array (
),
'variables' =>
array (
'name' => 0,
'MESSAGE' => 0,
'form_error' => 0,
'form_error_message' => 0,
'error' => 0,
'label_attr' => 0,
'label' => 0,
'required' => 0,
'value' => 0,
'visible' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce8504532dcb0_32944935',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce8504532dcb0_32944935')) {function content_5ce8504532dcb0_32944935($_smarty_tpl) {?><div class="col-md-6 install-module-col">
<div class="general-block-decorator">
<div class="title title-without-tabs">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Install or update a module'),$_smarty_tpl);?>
</div>
<div class="form-container">
<?php $_smarty_tpl->smarty->_tag_stack[] = array('form', array('name'=>"thelia.admin.module.install")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['form'][0][0]->generateForm(array('name'=>"thelia.admin.module.install"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<form method="POST" action="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/module/install'),$_smarty_tpl);?>
" <?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['form_enctype'][0][0]->formEnctype(array(),$_smarty_tpl);?>
id="module-install">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['form_hidden_fields'][0][0]->renderHiddenFormField(array(),$_smarty_tpl);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('form_field', array('field'=>'success_url')); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['form_field'][0][0]->renderFormField(array('field'=>'success_url'), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<input type="hidden" name="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['name']->value,$_smarty_tpl);?>
" value="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/module'),$_smarty_tpl);?>
" />
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['form_field'][0][0]->renderFormField(array('field'=>'success_url'), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('flash', array('type'=>"module-installed")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['flash'][0][0]->getFlashMessage(array('type'=>"module-installed"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<div class="alert alert-success"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['MESSAGE']->value,$_smarty_tpl);?>
</div>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['flash'][0][0]->getFlashMessage(array('type'=>"module-installed"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php if ($_smarty_tpl->tpl_vars['form_error']->value) {?><div class="alert alert-danger"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['form_error_message']->value,$_smarty_tpl);?>
</div><?php }?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('form_field', array('field'=>'module')); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['form_field'][0][0]->renderFormField(array('field'=>'module'), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<div class="form-group <?php if ($_smarty_tpl->tpl_vars['error']->value) {?>has-error<?php }?>">
<label for="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['label_attr']->value['for'],$_smarty_tpl);?>
" class="control-label"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['label']->value,$_smarty_tpl);?>
<?php if ($_smarty_tpl->tpl_vars['required']->value) {?> <span class="required">*</span><?php }?> :
<span class="label-help-block"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Your module should be packaged in a zip file."),$_smarty_tpl);?>
</span>
</label>
<div class="input-group">
<input type="file" id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['label_attr']->value['for'],$_smarty_tpl);?>
" <?php if ($_smarty_tpl->tpl_vars['required']->value) {?>required="required"<?php }?> name="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['name']->value,$_smarty_tpl);?>
" value="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['value']->value,$_smarty_tpl);?>
" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Module file'),$_smarty_tpl);?>
" placeholder="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Module file'),$_smarty_tpl);?>
" class="form-control">
<span class="input-group-btn">
<input type="submit" class="form-submit-button btn btn-sm btn-success" value="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Install !"),$_smarty_tpl);?>
" >
</span>
</div>
</div>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['form_field'][0][0]->renderFormField(array('field'=>'module'), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</form>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['form'][0][0]->generateForm(array('name'=>"thelia.admin.module.install"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</div>
</div>
</div>
<div class="col-md-6 install-module-col">
<div class="general-block-decorator">
<div class="title title-without-tabs">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Search a module"),$_smarty_tpl);?>
</div>
<div class="row">
<div class="col-md-7">
<p><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Discover all our modules on <a href='http://thelia.net/modules' target='_blank'>Thelia Modules</a> !"),$_smarty_tpl);?>
</p>
<form action="http://thelia.net/modules/search" method="get" target="_blank">
<div class="input-group">
<input type="text" class="form-control" id="q" name="q" placeholder="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Search on Thelia Modules'),$_smarty_tpl);?>
">
<span class="input-group-btn">
<button type="submit" class="btn btn-primary"><span class="glyphicon glyphicon-search"></span></button>
</span>
</div>
</form>
</div>
<div class="col-md-5">
<p><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Display protected modules ?"),$_smarty_tpl);?>
</p>
<form action="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"admin/modules"),$_smarty_tpl);?>
" method="post">
<?php $_smarty_tpl->tpl_vars['visible'] = new Smarty_variable((($tmp = @$_POST['visible'])===null||$tmp==='' ? '0' : $tmp), null, 0);?>
<div class="input-group">
<select name="hidden" class="form-control">
<option value="0"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'No'),$_smarty_tpl);?>
</option>
<option value="1" <?php if ($_smarty_tpl->tpl_vars['visible']->value) {?> selected <?php }?>><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Yes'),$_smarty_tpl);?>
</option>
</select>
<span class="input-group-btn">
<button type="submit" class="btn btn-primary"><span class="glyphicon glyphicon-eye-open"></span></button>
</span>
</div>
</form>
</div>
</div>
</div>
</div><?php }} ?>

View File

@@ -0,0 +1,286 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:12:53
compiled from "/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/backOffice/default/includes/module-block.html" */ ?>
<?php /*%%SmartyHeaderCode:11799666175ce8504536f1e6-85987864%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'5fc70d8cf53598209f24a882da19adc9946431bf' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/backOffice/default/includes/module-block.html',
1 => 1507612849,
2 => 'file',
),
),
'nocache_hash' => '11799666175ce8504536f1e6-85987864',
'function' =>
array (
),
'variables' =>
array (
'caption_title' => 0,
'module_order' => 0,
'module_type' => 0,
'hidden' => 0,
'CODE' => 0,
'ID' => 0,
'EXISTS' => 0,
'MANDATORY' => 0,
'TITLE' => 0,
'VERSION' => 0,
'ACTIVE' => 0,
'POSITION' => 0,
'zones' => 0,
'NAME' => 0,
'LOOP_TOTAL' => 0,
'zone_count' => 0,
'btnstyle' => 0,
'title' => 0,
'icon' => 0,
'CONFIGURABLE' => 0,
'HOOKABLE' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce85045587984_07736907',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce85045587984_07736907')) {function content_5ce85045587984_07736907($_smarty_tpl) {?><div class="general-block-decorator">
<div class="table-responsive">
<table class="table table-striped table-condensed table-left-aligned">
<caption class="clearfix">
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'classic modules'),$_smarty_tpl);?>
<?php $_tmp17=ob_get_clean();?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape((($tmp = @$_smarty_tpl->tpl_vars['caption_title']->value)===null||$tmp==='' ? $_tmp17 : $tmp),$_smarty_tpl);?>
</caption>
<thead>
<tr>
<th>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/modules'),$_smarty_tpl);?>
<?php $_tmp18=ob_get_clean();?><?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'ID'),$_smarty_tpl);?>
<?php $_tmp19=ob_get_clean();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['admin_sortable_header'][0][0]->generateSortableColumnHeader(array('current_order'=>$_smarty_tpl->tpl_vars['module_order']->value,'order'=>'id','reverse_order'=>'id_reverse','path'=>$_tmp18,'request_parameter_name'=>'module_order','label'=>$_tmp19),$_smarty_tpl);?>
</th>
<th>&nbsp;</th>
<th>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/modules'),$_smarty_tpl);?>
<?php $_tmp20=ob_get_clean();?><?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Name'),$_smarty_tpl);?>
<?php $_tmp21=ob_get_clean();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['admin_sortable_header'][0][0]->generateSortableColumnHeader(array('current_order'=>$_smarty_tpl->tpl_vars['module_order']->value,'order'=>'title','reverse_order'=>'title_reverse','path'=>$_tmp20,'request_parameter_name'=>'module_order','label'=>$_tmp21),$_smarty_tpl);?>
</th>
<th>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/modules'),$_smarty_tpl);?>
<?php $_tmp22=ob_get_clean();?><?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Code'),$_smarty_tpl);?>
<?php $_tmp23=ob_get_clean();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['admin_sortable_header'][0][0]->generateSortableColumnHeader(array('current_order'=>$_smarty_tpl->tpl_vars['module_order']->value,'order'=>'code','reverse_order'=>'code_reverse','path'=>$_tmp22,'request_parameter_name'=>'module_order','label'=>$_tmp23),$_smarty_tpl);?>
</th>
<th><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"version"),$_smarty_tpl);?>
</th>
<th class="text-center">
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/modules'),$_smarty_tpl);?>
<?php $_tmp24=ob_get_clean();?><?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Enable/Disable'),$_smarty_tpl);?>
<?php $_tmp25=ob_get_clean();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['admin_sortable_header'][0][0]->generateSortableColumnHeader(array('current_order'=>$_smarty_tpl->tpl_vars['module_order']->value,'order'=>'enabled','reverse_order'=>'enabled_reverse','path'=>$_tmp24,'request_parameter_name'=>'module_order','label'=>$_tmp25),$_smarty_tpl);?>
</th>
<th class="text-center">
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'/admin/modules'),$_smarty_tpl);?>
<?php $_tmp26=ob_get_clean();?><?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Position'),$_smarty_tpl);?>
<?php $_tmp27=ob_get_clean();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['admin_sortable_header'][0][0]->generateSortableColumnHeader(array('current_order'=>$_smarty_tpl->tpl_vars['module_order']->value,'order'=>'manual','reverse_order'=>'manual_reverse','path'=>$_tmp26,'request_parameter_name'=>'module_order','label'=>$_tmp27),$_smarty_tpl);?>
</th>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"modules.table-header",'location'=>"modules_table_header"),$_smarty_tpl);?>
<th class="actions"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Actions"),$_smarty_tpl);?>
</th>
</tr>
</thead>
<tbody>
<?php $_smarty_tpl->tpl_vars['hidden'] = new Smarty_variable((($tmp = @$_POST['hidden'])===null||$tmp==='' ? '0' : $tmp), null, 0);?>
<?php ob_start();?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape((($tmp = @$_smarty_tpl->tpl_vars['module_type']->value)===null||$tmp==='' ? 1 : $tmp),$_smarty_tpl);?>
<?php $_tmp28=ob_get_clean();?><?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"module",'name'=>"module.".((string)$_smarty_tpl->tpl_vars['module_type']->value),'module_type'=>$_tmp28,'order'=>$_smarty_tpl->tpl_vars['module_order']->value,'backend_context'=>1,'hidden'=>$_smarty_tpl->tpl_vars['hidden']->value)); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"module",'name'=>"module.".((string)$_smarty_tpl->tpl_vars['module_type']->value),'module_type'=>$_tmp28,'order'=>$_smarty_tpl->tpl_vars['module_order']->value,'backend_context'=>1,'hidden'=>$_smarty_tpl->tpl_vars['hidden']->value), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"auth",'role'=>"ADMIN",'name'=>"can_view_module.".((string)$_smarty_tpl->tpl_vars['module_type']->value),'access'=>"VIEW",'resource'=>"admin.module",'module'=>$_smarty_tpl->tpl_vars['CODE']->value)); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"auth",'role'=>"ADMIN",'name'=>"can_view_module.".((string)$_smarty_tpl->tpl_vars['module_type']->value),'access'=>"VIEW",'resource'=>"admin.module",'module'=>$_smarty_tpl->tpl_vars['CODE']->value), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<tr id="module-<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['ID']->value,$_smarty_tpl);?>
" <?php if (!$_smarty_tpl->tpl_vars['EXISTS']->value||$_smarty_tpl->tpl_vars['MANDATORY']->value) {?>class="warning"<?php }?>>
<td><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['ID']->value,$_smarty_tpl);?>
</td>
<td nowrap>
<a href="#" class="module-information text-info" data-id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['ID']->value,$_smarty_tpl);?>
" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Get more information about this module'),$_smarty_tpl);?>
"><span class="glyphicon glyphicon-question-sign"></span></a>
<a href="#" class="module-documentation text-primary" data-id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['ID']->value,$_smarty_tpl);?>
" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Read module documentation'),$_smarty_tpl);?>
"><span class="glyphicon glyphicon-book"></span></a>
</td>
<td><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?>
</td>
<td><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['CODE']->value,$_smarty_tpl);?>
</td>
<td><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['VERSION']->value,$_smarty_tpl);?>
</td>
<?php if ($_smarty_tpl->tpl_vars['EXISTS']->value) {?>
<td class="text-center">
<?php if ($_smarty_tpl->tpl_vars['MANDATORY']->value!=1||$_smarty_tpl->tpl_vars['ACTIVE']->value==0) {?>
<div class="make-switch switch-small module-activation" data-mandatory="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['MANDATORY']->value,$_smarty_tpl);?>
" data-id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['ID']->value,$_smarty_tpl);?>
" data-on="success" data-off="danger" data-on-label="<i class='glyphicon glyphicon-ok-circle'></i>" data-off-label="<i class='glyphicon glyphicon-remove-circle'></i>">
<input type="checkbox" <?php if ($_smarty_tpl->tpl_vars['ACTIVE']->value) {?>checked<?php }?>>
</div>
<noscript>
<?php if ($_smarty_tpl->tpl_vars['ACTIVE']->value) {?>
<a title="<?php ob_start();?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?>
<?php $_tmp29=ob_get_clean();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Deactivate %title module",'title'=>$_tmp29),$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/admin/module/toggle-activation/%id",'id'=>$_smarty_tpl->tpl_vars['ID']->value),$_smarty_tpl);?>
"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"deactivation"),$_smarty_tpl);?>
</a>
<?php } else { ?>
<a title="<?php ob_start();?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['TITLE']->value,$_smarty_tpl);?>
<?php $_tmp30=ob_get_clean();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"activate %title module",'title'=>$_tmp30),$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/admin/module/toggle-activation/%id",'id'=>$_smarty_tpl->tpl_vars['ID']->value),$_smarty_tpl);?>
"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"activation"),$_smarty_tpl);?>
</a>
<?php }?>
</noscript>
<?php } else { ?>
<i class="glyphicon glyphicon-ban-circle text-danger" aria-hidden="true"></i>
<?php }?>
</td>
<td class="text-center">
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"admin/module/update-position"),$_smarty_tpl);?>
<?php $_tmp31=ob_get_clean();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['admin_position_block'][0][0]->generatePositionChangeBlock(array('resource'=>"admin.modules",'access'=>"UPDATE",'path'=>$_tmp31,'url_parameter'=>"module_id",'in_place_edit_class'=>"modulePositionChange",'position'=>$_smarty_tpl->tpl_vars['POSITION']->value,'id'=>$_smarty_tpl->tpl_vars['ID']->value),$_smarty_tpl);?>
</td>
<?php } else { ?>
<td colspan="2" class="text-left">
<span class="label label-warning">Warning</span>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"This module cannot be started, some files are probably missing."),$_smarty_tpl);?>
</td>
<?php }?>
<?php ob_start();?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['CODE']->value,$_smarty_tpl);?>
<?php $_tmp32=ob_get_clean();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"modules.table-row",'location'=>"modules_table_row",'module_code'=>$_tmp32),$_smarty_tpl);?>
<td class="actions">
<?php if ($_smarty_tpl->tpl_vars['module_type']->value==2) {?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('ifloop', array('rel'=>"area-attached")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['ifloop'][0][0]->theliaIfLoop(array('rel'=>"area-attached"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->tpl_vars['zones'] = new Smarty_variable('', null, 0);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('name'=>"area-attached",'type'=>"area",'module_id'=>$_smarty_tpl->tpl_vars['ID']->value)); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"area-attached",'type'=>"area",'module_id'=>$_smarty_tpl->tpl_vars['ID']->value), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->tpl_vars['zones'] = new Smarty_variable(((string)$_smarty_tpl->tpl_vars['zones']->value).", ".((string)$_smarty_tpl->tpl_vars['NAME']->value), null, 0);?>
<?php $_smarty_tpl->tpl_vars['zone_count'] = new Smarty_variable($_smarty_tpl->tpl_vars['LOOP_TOTAL']->value, null, 0);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('name'=>"area-attached",'type'=>"area",'module_id'=>$_smarty_tpl->tpl_vars['ID']->value), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php ob_start();?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['zone_count']->value,$_smarty_tpl);?>
<?php $_tmp33=ob_get_clean();?><?php ob_start();?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape(ltrim($_smarty_tpl->tpl_vars['zones']->value,', '),$_smarty_tpl);?>
<?php $_tmp34=ob_get_clean();?><?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'%count shipping zone(s) are attached to this module: %zones. Click here to change','count'=>$_tmp33,'zones'=>$_tmp34),$_smarty_tpl);?>
<?php $_tmp35=ob_get_clean();?><?php $_smarty_tpl->tpl_vars['title'] = new Smarty_variable($_tmp35, null, 0);?>
<?php $_smarty_tpl->tpl_vars['btnstyle'] = new Smarty_variable("btn-info", null, 0);?>
<?php $_smarty_tpl->tpl_vars['icon'] = new Smarty_variable('', null, 0);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['ifloop'][0][0]->theliaIfLoop(array('rel'=>"area-attached"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('elseloop', array('rel'=>"area-attached")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['elseloop'][0][0]->theliaElseloop(array('rel'=>"area-attached"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'No shipping zone attached to this module, click here to attach one'),$_smarty_tpl);?>
<?php $_tmp36=ob_get_clean();?><?php $_smarty_tpl->tpl_vars['title'] = new Smarty_variable($_tmp36, null, 0);?>
<?php $_smarty_tpl->tpl_vars['icon'] = new Smarty_variable('<span class="glyphicon glyphicon glyphicon-exclamation-sign"></span> ', null, 0);?>
<?php $_smarty_tpl->tpl_vars['btnstyle'] = new Smarty_variable("btn-danger", null, 0);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['elseloop'][0][0]->theliaElseloop(array('rel'=>"area-attached"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<a class="<?php if (!$_smarty_tpl->tpl_vars['ACTIVE']->value) {?>disabled <?php }?> btn <?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['btnstyle']->value,$_smarty_tpl);?>
btn-xs config-btn-<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['ID']->value,$_smarty_tpl);?>
" title="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['title']->value,$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/admin/configuration/shipping_zones/update/%id",'id'=>$_smarty_tpl->tpl_vars['ID']->value),$_smarty_tpl);?>
"><?php echo $_smarty_tpl->tpl_vars['icon']->value;?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Shipping zones"),$_smarty_tpl);?>
</a>
<?php }?>
<div class="separate-from-left btn-toolbar btn toolbar-primary">
<span class="glyphicon glyphicon-cog"></span>
</div>
<div class="toolbar-options hidden">
<?php if ($_smarty_tpl->tpl_vars['EXISTS']->value) {?>
<?php if ($_smarty_tpl->tpl_vars['CONFIGURABLE']->value==1) {?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"auth",'name'=>"can_change",'role'=>"ADMIN",'module'=>$_smarty_tpl->tpl_vars['CODE']->value,'access'=>"VIEW")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"auth",'name'=>"can_change",'role'=>"ADMIN",'module'=>$_smarty_tpl->tpl_vars['CODE']->value,'access'=>"VIEW"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<a class="config-btn-<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['ID']->value,$_smarty_tpl);?>
<?php if (!$_smarty_tpl->tpl_vars['ACTIVE']->value) {?> disabled no-follow-link<?php }?>" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Configure this module'),$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/admin/module/%code",'code'=>$_smarty_tpl->tpl_vars['CODE']->value),$_smarty_tpl);?>
"><span class="glyphicon glyphicon-wrench"></span></a>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"auth",'name'=>"can_change",'role'=>"ADMIN",'module'=>$_smarty_tpl->tpl_vars['CODE']->value,'access'=>"VIEW"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['HOOKABLE']->value) {?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"auth",'name'=>"can_change",'role'=>"ADMIN",'resource'=>"admin.module-hook",'access'=>"VIEW")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"auth",'name'=>"can_change",'role'=>"ADMIN",'resource'=>"admin.module-hook",'access'=>"VIEW"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<a class="hook-btn-<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['ID']->value,$_smarty_tpl);?>
<?php if (!$_smarty_tpl->tpl_vars['ACTIVE']->value) {?> disabled no-follow-link<?php }?>" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Manage its hooks"),$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/admin/module-hooks",'module'=>((string)$_smarty_tpl->tpl_vars['ID']->value)),$_smarty_tpl);?>
" ><span class="glyphicon glyphicon-indent-left"></span></a>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"auth",'name'=>"can_change",'role'=>"ADMIN",'resource'=>"admin.module-hook",'access'=>"VIEW"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php }?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"auth",'name'=>"can_change",'role'=>"ADMIN",'resource'=>"admin.module",'access'=>"UPDATE")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"auth",'name'=>"can_change",'role'=>"ADMIN",'resource'=>"admin.module",'access'=>"UPDATE"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<a title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Edit this module'),$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/admin/module/update/%id",'id'=>$_smarty_tpl->tpl_vars['ID']->value),$_smarty_tpl);?>
"><span class="glyphicon glyphicon-edit"></span></a>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"auth",'name'=>"can_change",'role'=>"ADMIN",'resource'=>"admin.module",'access'=>"UPDATE"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['MANDATORY']->value!=1) {?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('loop', array('type'=>"auth",'name'=>"can_delete",'role'=>"ADMIN",'resource'=>"admin.module",'access'=>"DELETE")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"auth",'name'=>"can_delete",'role'=>"ADMIN",'resource'=>"admin.module",'access'=>"DELETE"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<a class="module-delete-action" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Delete this module'),$_smarty_tpl);?>
" href="#delete_module_dialog" data-id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['ID']->value,$_smarty_tpl);?>
" data-toggle="modal"><span class="glyphicon glyphicon-trash"></span></a>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"auth",'name'=>"can_delete",'role'=>"ADMIN",'resource'=>"admin.module",'access'=>"DELETE"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php }?>
</div>
</td>
</tr>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"auth",'role'=>"ADMIN",'name'=>"can_view_module.".((string)$_smarty_tpl->tpl_vars['module_type']->value),'access'=>"VIEW",'resource'=>"admin.module",'module'=>$_smarty_tpl->tpl_vars['CODE']->value), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['loop'][0][0]->theliaLoop(array('type'=>"module",'name'=>"module.".((string)$_smarty_tpl->tpl_vars['module_type']->value),'module_type'=>$_tmp28,'order'=>$_smarty_tpl->tpl_vars['module_order']->value,'backend_context'=>1,'hidden'=>$_smarty_tpl->tpl_vars['hidden']->value), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('elseloop', array('rel'=>"module.".((string)$_smarty_tpl->tpl_vars['module_type']->value))); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['elseloop'][0][0]->theliaElseloop(array('rel'=>"module.".((string)$_smarty_tpl->tpl_vars['module_type']->value)), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<tr>
<td colspan="8">
<br />
<div class="alert alert-info">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"No module of this type was found."),$_smarty_tpl);?>
</div>
</td>
</tr>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['elseloop'][0][0]->theliaElseloop(array('rel'=>"module.".((string)$_smarty_tpl->tpl_vars['module_type']->value)), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</tbody>
</table>
</div>
</div><?php }} ?>

View File

@@ -0,0 +1,32 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:13:01
compiled from "/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookSearch/templates/frontOffice/default/main-navbar-secondary.html" */ ?>
<?php /*%%SmartyHeaderCode:6630840485ce8504d6ccd89-46371412%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'7d8871401e35ba9069b54b56b7942ef45bcd7e7b' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/local/modules/HookSearch/templates/frontOffice/default/main-navbar-secondary.html',
1 => 1507610749,
2 => 'file',
),
),
'nocache_hash' => '6630840485ce8504d6ccd89-46371412',
'function' =>
array (
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce8504d6eb515_47704951',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce8504d6eb515_47704951')) {function content_5ce8504d6eb515_47704951($_smarty_tpl) {?><div class="search-container navbar-form navbar-left">
<form id="form-search" action="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/search"),$_smarty_tpl);?>
" method="get" role="search" aria-labelledby="search-label">
<label id="search-label" class="sr-only" for="q"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Search a product",'d'=>"hooksearch.fo.default"),$_smarty_tpl);?>
</label>
<input type="search" name="q" id="q" placeholder="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Search...",'d'=>"hooksearch.fo.default"),$_smarty_tpl);?>
" class="form-control" autocomplete="off" aria-required="true" required pattern=".{2,}" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Minimum 2 characters.",'d'=>"hooksearch.fo.default"),$_smarty_tpl);?>
">
</form>
</div><?php }} ?>

View File

@@ -0,0 +1,38 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:12:53
compiled from "8119b1d9cca5c6491b35e79a3285b5e9a78d5813" */ ?>
<?php /*%%SmartyHeaderCode:17128825015ce850455f3b64-98132401%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'8119b1d9cca5c6491b35e79a3285b5e9a78d5813' =>
array (
0 => '8119b1d9cca5c6491b35e79a3285b5e9a78d5813',
1 => 0,
2 => 'string',
),
),
'nocache_hash' => '17128825015ce850455f3b64-98132401',
'function' =>
array (
),
'variables' =>
array (
'admin_utilities_go_up_url' => 0,
'admin_utilities_in_place_edit_class' => 0,
'admin_utilities_object_id' => 0,
'admin_utilities_current_position' => 0,
'admin_utilities_go_down_url' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce85045609774_82586006',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce85045609774_82586006')) {function content_5ce85045609774_82586006($_smarty_tpl) {?>
<a href="<?php echo $_smarty_tpl->tpl_vars['admin_utilities_go_up_url']->value;?>
" class="u-position-up"><i class="glyphicon glyphicon-arrow-up"></i></a>
<span class="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['admin_utilities_in_place_edit_class']->value,$_smarty_tpl);?>
" data-id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['admin_utilities_object_id']->value,$_smarty_tpl);?>
"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['admin_utilities_current_position']->value,$_smarty_tpl);?>
</span>
<a href="<?php echo $_smarty_tpl->tpl_vars['admin_utilities_go_down_url']->value;?>
" class="u-position-down"><i class="glyphicon glyphicon-arrow-down"></i></a><?php }} ?>

View File

@@ -0,0 +1,71 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:12:53
compiled from "/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/backOffice/default/includes/generic-confirm-dialog.html" */ ?>
<?php /*%%SmartyHeaderCode:3492340685ce850458ed811-90523734%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'8f177123e15d23c30906b6ae7dab165c7c11554d' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/backOffice/default/includes/generic-confirm-dialog.html',
1 => 1507612848,
2 => 'file',
),
),
'nocache_hash' => '3492340685ce850458ed811-90523734',
'function' =>
array (
),
'variables' =>
array (
'dialog_id' => 0,
'dialog_title' => 0,
'form_method' => 0,
'form_action' => 0,
'form_id' => 0,
'dialog_message' => 0,
'form_content' => 0,
'dialog_cancel_label' => 0,
'dialog_ok_label' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce85045932206_69312941',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce85045932206_69312941')) {function content_5ce85045932206_69312941($_smarty_tpl) {?>
<div class="modal fade" id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['dialog_id']->value,$_smarty_tpl);?>
" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h3><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['dialog_title']->value,$_smarty_tpl);?>
</h3>
</div>
<form method="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape((($tmp = @$_smarty_tpl->tpl_vars['form_method']->value)===null||$tmp==='' ? 'POST' : $tmp),$_smarty_tpl);?>
" action="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['form_action']->value,$_smarty_tpl);?>
" id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape((($tmp = @$_smarty_tpl->tpl_vars['form_id']->value)===null||$tmp==='' ? ((string)$_smarty_tpl->tpl_vars['dialog_id']->value)."_form" : $tmp),$_smarty_tpl);?>
">
<div class="modal-body">
<?php echo $_smarty_tpl->tpl_vars['dialog_message']->value;?>
<?php echo $_smarty_tpl->tpl_vars['form_content']->value;?>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal" aria-hidden="true"><span class="glyphicon glyphicon-remove"></span> <?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"No"),$_smarty_tpl);?>
<?php $_tmp37=ob_get_clean();?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape((($tmp = @$_smarty_tpl->tpl_vars['dialog_cancel_label']->value)===null||$tmp==='' ? $_tmp37 : $tmp),$_smarty_tpl);?>
</button>
<button type="submit" class="btn btn-primary"><span class="glyphicon glyphicon-check"></span> <?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Yes"),$_smarty_tpl);?>
<?php $_tmp38=ob_get_clean();?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape((($tmp = @$_smarty_tpl->tpl_vars['dialog_ok_label']->value)===null||$tmp==='' ? $_tmp38 : $tmp),$_smarty_tpl);?>
</button>
</div>
</form>
</div>
</div>
</div><?php }} ?>

View File

@@ -0,0 +1,65 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:13:01
compiled from "/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/misc/breadcrumb.tpl" */ ?>
<?php /*%%SmartyHeaderCode:13059074215ce8504d9ce454-31335104%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'9bb1e3b087557600069a3c3e4f37216e521aa9f2' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/misc/breadcrumb.tpl',
1 => 1507612864,
2 => 'file',
),
),
'nocache_hash' => '13059074215ce8504d9ce454-31335104',
'function' =>
array (
),
'variables' =>
array (
'breadcrumbs' => 0,
'breadcrumb' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce8504da13eb9_46662249',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce8504da13eb9_46662249')) {function content_5ce8504da13eb9_46662249($_smarty_tpl) {?><nav class="nav-breadcrumb" role="navigation" aria-labelledby="breadcrumb-label">
<strong id="breadcrumb-label" class="sr-only"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"You are here:"),$_smarty_tpl);?>
</strong>
<ul class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList" >
<li itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement" ><a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['navigate'][0][0]->navigateToUrlFunction(array('to'=>"index"),$_smarty_tpl);?>
" itemprop="item">
<span itemprop="name"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Home"),$_smarty_tpl);?>
</span></a>
<meta itemprop="position" content="1">
</li>
<?php $_smarty_tpl->tpl_vars['breadcrumb'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['breadcrumb']->_loop = false;
$_from = $_smarty_tpl->tpl_vars['breadcrumbs']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
$_smarty_tpl->tpl_vars['breadcrumb']->total= $_smarty_tpl->_count($_from);
$_smarty_tpl->tpl_vars['breadcrumb']->iteration=0;
foreach ($_from as $_smarty_tpl->tpl_vars['breadcrumb']->key => $_smarty_tpl->tpl_vars['breadcrumb']->value) {
$_smarty_tpl->tpl_vars['breadcrumb']->_loop = true;
$_smarty_tpl->tpl_vars['breadcrumb']->iteration++;
$_smarty_tpl->tpl_vars['breadcrumb']->last = $_smarty_tpl->tpl_vars['breadcrumb']->iteration === $_smarty_tpl->tpl_vars['breadcrumb']->total;
?>
<?php if ($_smarty_tpl->tpl_vars['breadcrumb']->value['title']) {?>
<?php if ($_smarty_tpl->tpl_vars['breadcrumb']->last) {?>
<li itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement" class="active"><span itemprop="name"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape(htmlspecialchars_decode($_smarty_tpl->tpl_vars['breadcrumb']->value['title'], ENT_QUOTES),$_smarty_tpl);?>
</span></li>
<?php } else { ?>
<li itemscope itemtype="http://schema.org/ListItem" itemprop="itemListElement" >
<a href="<?php echo (($tmp = @$_smarty_tpl->tpl_vars['breadcrumb']->value['url'])===null||$tmp==='' ? '#' : $tmp);?>
" title="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape(htmlspecialchars_decode($_smarty_tpl->tpl_vars['breadcrumb']->value['title'], ENT_QUOTES),$_smarty_tpl);?>
" itemprop="item"><span itemprop="name"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape(htmlspecialchars_decode($_smarty_tpl->tpl_vars['breadcrumb']->value['title'], ENT_QUOTES),$_smarty_tpl);?>
</span></a>
<meta itemprop="position" content="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['breadcrumb']->key+2,$_smarty_tpl);?>
">
</li>
<?php }?>
<?php }?>
<?php } ?>
</ul>
</nav><!-- /.nav-breadcrumb -->
<?php }} ?>

View File

@@ -0,0 +1,9 @@
<?php $_config_vars = array (
'sections' =>
array (
),
'vars' =>
array (
'maximum_product_attribute_select_size' => 10,
),
); ?>

View File

@@ -0,0 +1,19 @@
<?php $_config_vars = array (
'sections' =>
array (
),
'vars' =>
array (
'category_display_detail' => true,
'category_display_subcategories' => false,
'folder_display_detail' => true,
'folder_display_subfolders' => false,
'max_displayed_orders' => 20,
'max_displayed_customers' => 20,
'order_not_paid' => 'warning',
'order_paid' => 'success',
'order_processing' => 'primary',
'order_sent' => 'info',
'order_canceled' => 'danger',
),
); ?>

View File

@@ -0,0 +1,28 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:12:53
compiled from "ba6a9abd75a1c04edc9063c07efafddd48404a99" */ ?>
<?php /*%%SmartyHeaderCode:18420308935ce85045279516-55803851%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'ba6a9abd75a1c04edc9063c07efafddd48404a99' =>
array (
0 => 'ba6a9abd75a1c04edc9063c07efafddd48404a99',
1 => 0,
2 => 'string',
),
),
'nocache_hash' => '18420308935ce85045279516-55803851',
'function' =>
array (
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce850452848e1_66051372',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce850452848e1_66051372')) {function content_5ce850452848e1_66051372($_smarty_tpl) {?><li>
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/admin/module/ProductOnlineWithoutStock"),$_smarty_tpl);?>
">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Product Online Without Stock",'d'=>'productonlinewithoutstock.ai'),$_smarty_tpl);?>
</a>
</li><?php }} ?>

View File

@@ -0,0 +1,37 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:12:53
compiled from "bd66ca1c7baf3eda62c435a3ba3e124ea0da758f" */ ?>
<?php /*%%SmartyHeaderCode:20339645465ce85045597a44-93511682%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'bd66ca1c7baf3eda62c435a3ba3e124ea0da758f' =>
array (
0 => 'bd66ca1c7baf3eda62c435a3ba3e124ea0da758f',
1 => 0,
2 => 'string',
),
),
'nocache_hash' => '20339645465ce85045597a44-93511682',
'function' =>
array (
),
'variables' =>
array (
'admin_utilities_sort_direction' => 0,
'admin_utilities_sorting_url' => 0,
'admin_utilities_header_text' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce850455af5d6_32750832',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce850455af5d6_32750832')) {function content_5ce850455af5d6_32750832($_smarty_tpl) {?>
<?php if ($_smarty_tpl->tpl_vars['admin_utilities_sort_direction']->value=='up') {?>
<i class="glyphicon glyphicon-chevron-up"></i>
<?php } elseif ($_smarty_tpl->tpl_vars['admin_utilities_sort_direction']->value=='down') {?>
<i class="glyphicon glyphicon-chevron-down"></i>
<?php }?>
<a href="<?php echo $_smarty_tpl->tpl_vars['admin_utilities_sorting_url']->value;?>
" class="u-sort-<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['admin_utilities_sort_direction']->value,$_smarty_tpl);?>
"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['admin_utilities_header_text']->value,$_smarty_tpl);?>
</a><?php }} ?>

View File

@@ -0,0 +1,458 @@
<?php /* Smarty version Smarty-3.1.20, created on 2019-05-24 22:13:01
compiled from "/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/404.html" */ ?>
<?php /*%%SmartyHeaderCode:18472681635ce8504d3bae01-61513135%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'd7dbafb0c2fb89778b631beec34dc9bc1ed21f0e' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/404.html',
1 => 1507612808,
2 => 'file',
),
'b5c0b7b5c1e91c4e221f64a45dda735d472f2cfa' =>
array (
0 => '/Volumes/Documents/Dev/Sources/BoutiqueFanny/templates/frontOffice/boutique/layout.tpl',
1 => 1551283237,
2 => 'file',
),
),
'nocache_hash' => '18472681635ce8504d3bae01-61513135',
'function' =>
array (
),
'variables' =>
array (
'store_name' => 0,
'store_description' => 0,
'lang_code' => 0,
'page_title' => 0,
'breadcrumbs' => 0,
'breadcrumb' => 0,
'page_description' => 0,
'asset_url' => 0,
'lang_locale' => 0,
'image' => 0,
'id' => 0,
'class' => 0,
'title' => 0,
'content' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.20',
'unifunc' => 'content_5ce8504d668442_42850028',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_5ce8504d668442_42850028')) {function content_5ce8504d668442_42850028($_smarty_tpl) {?><?php if (!is_callable('smarty_modifier_truncate')) include '/Volumes/Documents/Dev/Sources/BoutiqueFanny/core/vendor/smarty/smarty/libs/plugins/modifier.truncate.php';
?><!doctype html>
<!--
______ __ __ ______ __ __ ______
/\__ _\ /\ \_\ \ /\ ___\ /\ \ /\ \ /\ __ \
\/_/\ \/ \ \ __ \ \ \ __\ \ \ \____ \ \ \ \ \ __ \
\ \_\ \ \_\ \_\ \ \_____\ \ \_____\ \ \_\ \ \_\ \_\
\/_/ \/_/\/_/ \/_____/ \/_____/ \/_/ \/_/\/_/
Copyright (c) OpenStudio
email : info@thelia.net
web : http://www.thelia.net
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the
GNU General Public License : http://www.gnu.org/licenses/
-->
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['declare_assets'][0][0]->declareAssets(array('directory'=>'assets/src'),$_smarty_tpl);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['default_translation_domain'][0][0]->setDefaultTranslationDomain(array('domain'=>'fo.boutique'),$_smarty_tpl);?>
<?php $_config = new Smarty_Internal_Config('variables.conf', $_smarty_tpl->smarty, $_smarty_tpl);$_config->loadConfigVars(null, 'local'); ?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"404"),$_smarty_tpl);?>
<?php $_tmp1=ob_get_clean();?><?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/404"),$_smarty_tpl);?>
<?php $_tmp2=ob_get_clean();?><?php $_smarty_tpl->tpl_vars['breadcrumbs'] = new Smarty_variable(array(array('title'=>$_tmp1,'url'=>$_tmp2)), null, 0);?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"store_name"),$_smarty_tpl);?>
<?php $_tmp3=ob_get_clean();?><?php $_smarty_tpl->tpl_vars["store_name"] = new Smarty_variable($_tmp3, null, 0);?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['config'][0][0]->configDataAccess(array('key'=>"store_description"),$_smarty_tpl);?>
<?php $_tmp4=ob_get_clean();?><?php $_smarty_tpl->tpl_vars["store_description"] = new Smarty_variable($_tmp4, null, 0);?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0][0]->langDataAccess(array('attr'=>"code"),$_smarty_tpl);?>
<?php $_tmp5=ob_get_clean();?><?php $_smarty_tpl->tpl_vars["lang_code"] = new Smarty_variable($_tmp5, null, 0);?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['lang'][0][0]->langDataAccess(array('attr'=>"locale"),$_smarty_tpl);?>
<?php $_tmp6=ob_get_clean();?><?php $_smarty_tpl->tpl_vars["lang_locale"] = new Smarty_variable($_tmp6, null, 0);?>
<?php if (!$_smarty_tpl->tpl_vars['store_name']->value) {?><?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Thelia V2'),$_smarty_tpl);?>
<?php $_tmp7=ob_get_clean();?><?php $_smarty_tpl->tpl_vars["store_name"] = new Smarty_variable($_tmp7, null, 0);?><?php }?>
<?php if (!$_smarty_tpl->tpl_vars['store_description']->value) {?><?php ob_start();?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['store_name']->value,$_smarty_tpl);?>
<?php $_tmp8=ob_get_clean();?><?php $_smarty_tpl->tpl_vars["store_description"] = new Smarty_variable($_tmp8, null, 0);?><?php }?>
<!--[if lt IE 7 ]><html class="no-js oldie ie6" lang="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['lang_code']->value,$_smarty_tpl);?>
"> <![endif]-->
<!--[if IE 7 ]><html class="no-js oldie ie7" lang="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['lang_code']->value,$_smarty_tpl);?>
"> <![endif]-->
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['lang_code']->value,$_smarty_tpl);?>
"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['lang_code']->value,$_smarty_tpl);?>
" class="no-js"> <!--<![endif]-->
<head>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.head-top"),$_smarty_tpl);?>
<script>(function(H) { H.className=H.className.replace(/\bno-js\b/,'js') } )(document.documentElement);</script>
<meta charset="utf-8">
<title><?php if ($_smarty_tpl->tpl_vars['page_title']->value) {?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['page_title']->value,$_smarty_tpl);?>
<?php } elseif ($_smarty_tpl->tpl_vars['breadcrumbs']->value) {?><?php $_smarty_tpl->tpl_vars['breadcrumb'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['breadcrumb']->_loop = false;
$_from = array_reverse($_smarty_tpl->tpl_vars['breadcrumbs']->value); if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
foreach ($_from as $_smarty_tpl->tpl_vars['breadcrumb']->key => $_smarty_tpl->tpl_vars['breadcrumb']->value) {
$_smarty_tpl->tpl_vars['breadcrumb']->_loop = true;
?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape(htmlspecialchars_decode($_smarty_tpl->tpl_vars['breadcrumb']->value['title'], ENT_QUOTES),$_smarty_tpl);?>
- <?php } ?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['store_name']->value,$_smarty_tpl);?>
<?php } else { ?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['store_name']->value,$_smarty_tpl);?>
<?php }?></title>
<meta name="generator" content="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'Thelia V2'),$_smarty_tpl);?>
">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="<?php if ($_smarty_tpl->tpl_vars['page_description']->value) {?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['page_description']->value,$_smarty_tpl);?>
<?php } else { ?><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape(smarty_modifier_truncate(preg_replace('!\s+!u', ' ',$_smarty_tpl->tpl_vars['store_description']->value),120),$_smarty_tpl);?>
<?php }?>">
<?php $_smarty_tpl->smarty->_tag_stack[] = array('stylesheets', array('file'=>'assets/src/less/thelia.less','filters'=>'less')); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['stylesheets'][0][0]->blockStylesheets(array('file'=>'assets/src/less/thelia.less','filters'=>'less'), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<link rel="stylesheet" href="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['asset_url']->value,$_smarty_tpl);?>
">
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['stylesheets'][0][0]->blockStylesheets(array('file'=>'assets/src/less/thelia.less','filters'=>'less'), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.stylesheet"),$_smarty_tpl);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"404.stylesheet"),$_smarty_tpl);?>
<link rel="shortcut icon" type="image/x-icon" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['image'][0][0]->functionImage(array('file'=>'assets/dist/img/favicon.ico'),$_smarty_tpl);?>
">
<link rel="icon" type="image/png" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['image'][0][0]->functionImage(array('file'=>'assets/dist/img/favicon.png'),$_smarty_tpl);?>
" />
<link rel="alternate" type="application/rss+xml" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'All products'),$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/feed/catalog/%lang",'lang'=>$_smarty_tpl->tpl_vars['lang_locale']->value),$_smarty_tpl);?>
" />
<link rel="alternate" type="application/rss+xml" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'All contents'),$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/feed/content/%lang",'lang'=>$_smarty_tpl->tpl_vars['lang_locale']->value),$_smarty_tpl);?>
" />
<link rel="alternate" type="application/rss+xml" title="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>'All brands'),$_smarty_tpl);?>
" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>"/feed/brand/%lang",'lang'=>$_smarty_tpl->tpl_vars['lang_locale']->value),$_smarty_tpl);?>
" />
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('javascripts', array('file'=>"assets/dist/js/vendors/html5shiv.min.js")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>"assets/dist/js/vendors/html5shiv.min.js"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<script>window.html5 || document.write('<script src="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['asset_url']->value,$_smarty_tpl);?>
"><\/script>');</script>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>"assets/dist/js/vendors/html5shiv.min.js"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('javascripts', array('file'=>"assets/dist/js/vendors/respond.min.js")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>"assets/dist/js/vendors/respond.min.js"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<script>window.respond || document.write('<script src="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['asset_url']->value,$_smarty_tpl);?>
"><\/script>');</script>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>"assets/dist/js/vendors/respond.min.js"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<![endif]-->
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.head-bottom"),$_smarty_tpl);?>
</head>
<body class="page-404" itemscope itemtype="http://schema.org/WebPage">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.body-top"),$_smarty_tpl);?>
<!-- Accessibility -->
<a class="sr-only" href="#content"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Skip to content"),$_smarty_tpl);?>
</a>
<div class="page" role="document">
<div class="header-container" itemscope itemtype="http://schema.org/WPHeader">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.header-top"),$_smarty_tpl);?>
<div class="navbar navbar-default navbar-secondary" itemscope itemtype="http://schema.org/SiteNavigationElement">
<div class="container">
<div class="navbar-header">
<!-- .navbar-toggle is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-secondary">
<span class="sr-only"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Toggle navigation"),$_smarty_tpl);?>
</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand visible-xs" href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['navigate'][0][0]->navigateToUrlFunction(array('to'=>"index"),$_smarty_tpl);?>
"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['store_name']->value,$_smarty_tpl);?>
</a>
</div>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('ifhook', array('rel'=>"main.navbar-secondary")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.navbar-secondary"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<nav class="navbar-collapse collapse nav-secondary" role="navigation" aria-label="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Secondary Navigation"),$_smarty_tpl);?>
">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.navbar-secondary"),$_smarty_tpl);?>
</nav>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.navbar-secondary"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</div>
</div>
<header class="container" role="banner">
<div class="header row">
<h1 class="logo container hidden-xs">
<a href="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['navigate'][0][0]->navigateToUrlFunction(array('to'=>"index"),$_smarty_tpl);?>
" title="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['store_name']->value,$_smarty_tpl);?>
">
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['image'][0][0]->functionImage(array('file'=>'assets/src/img/logo.png','failsafe'=>true),$_smarty_tpl);?>
<?php $_tmp9=ob_get_clean();?><?php $_smarty_tpl->tpl_vars['image'] = new Smarty_variable($_tmp9, null, 0);?>
<?php if ($_smarty_tpl->tpl_vars['image']->value==null) {?>
<?php ob_start();?><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['image'][0][0]->functionImage(array('file'=>'assets/src/img/logo.gif','failsafe'=>true),$_smarty_tpl);?>
<?php $_tmp10=ob_get_clean();?><?php $_smarty_tpl->tpl_vars['image'] = new Smarty_variable($_tmp10, null, 0);?>
<?php }?>
<img src="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['image']->value,$_smarty_tpl);?>
" alt="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['store_name']->value,$_smarty_tpl);?>
">
</a>
</h1>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.navbar-primary"),$_smarty_tpl);?>
</div>
</header><!-- /.header -->
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.header-bottom"),$_smarty_tpl);?>
</div><!-- /.header-container -->
<main class="main-container" role="main">
<div class="container">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.content-top"),$_smarty_tpl);?>
<?php echo $_smarty_tpl->getSubTemplate ("misc/breadcrumb.tpl", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, null, array(), 0);?>
<div id="content">
<div class="main">
<article class="col-main" role="main" aria-labelledby="main-label">
<?php $_smarty_tpl->smarty->_tag_stack[] = array('ifhook', array('rel'=>"404.content")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"404.content"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"404.content"),$_smarty_tpl);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"404.content"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('elsehook', array('rel'=>"404.content")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"404.content"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<h1 id="main-label">
404
<span><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"The page cannot be found"),$_smarty_tpl);?>
</span>
</h1>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"404.content"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</article>
</div>
</div>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.content-bottom"),$_smarty_tpl);?>
</div><!-- /.container -->
</main><!-- /.main-container -->
<section class="footer-container" itemscope itemtype="http://schema.org/WPFooter">
<?php $_smarty_tpl->smarty->_tag_stack[] = array('ifhook', array('rel'=>"main.footer-top")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.footer-top"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<section class="footer-block">
<div class="container">
<div class="blocks row">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.footer-top"),$_smarty_tpl);?>
</div>
</div>
</section>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.footer-top"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('elsehook', array('rel'=>"main.footer-top")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"main.footer-top"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<section class="footer-banner">
<div class="container">
<div class="banner row banner-col-3">
<div class="col col-sm-4">
<span class="fa fa-truck fa-flip-horizontal"></span>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Free shipping"),$_smarty_tpl);?>
<small><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Orders over "."$"."50"),$_smarty_tpl);?>
</small>
</div>
<div class="col col-sm-4">
<span class="fa fa-credit-card"></span>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Secure payment"),$_smarty_tpl);?>
<small><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Multi-payment platform"),$_smarty_tpl);?>
</small>
</div>
<div class="col col-sm-4">
<span class="fa fa-gift"></span>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Composition"),$_smarty_tpl);?>
<small><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Composez vos coffrets"),$_smarty_tpl);?>
</small>
</div>
</div>
</div>
</section><!-- /.footer-banner -->
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"main.footer-top"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('ifhook', array('rel'=>"main.footer-body")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.footer-body"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<section class="footer-block">
<div class="container">
<div class="blocks row">
<?php $_smarty_tpl->smarty->_tag_stack[] = array('hookblock', array('name'=>"main.footer-body",'fields'=>"id,class,title,content")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.footer-body",'fields'=>"id,class,title,content"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('forhook', array('rel'=>"main.footer-body")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.footer-body"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<div class="col col-sm-3">
<section <?php if ($_smarty_tpl->tpl_vars['id']->value) {?> id="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['id']->value,$_smarty_tpl);?>
"<?php }?> class="block <?php if ($_smarty_tpl->tpl_vars['class']->value) {?> block-<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['class']->value,$_smarty_tpl);?>
<?php }?>">
<div class="block-heading"><h3 class="block-title"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['title']->value,$_smarty_tpl);?>
</h3></div>
<div class="block-content">
<?php echo $_smarty_tpl->tpl_vars['content']->value;?>
</div>
</section>
</div>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['forhook'][0][0]->processForHookBlock(array('rel'=>"main.footer-body"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['hookblock'][0][0]->processHookBlock(array('name'=>"main.footer-body",'fields'=>"id,class,title,content"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</div>
</div>
</section>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.footer-body"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('ifhook', array('rel'=>"main.footer-bottom")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.footer-bottom"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<footer class="footer-info" role="contentinfo">
<div class="container">
<div class="info row">
<div class="col-lg-9">
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.footer-bottom"),$_smarty_tpl);?>
</div>
<div class="col-lg-3">
<section class="copyright"><?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['intl'][0][0]->translate(array('l'=>"Copyright"),$_smarty_tpl);?>
&copy; <time datetime="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape(date('Y-m-d'),$_smarty_tpl);?>
"><?php echo TheliaSmarty\Template\SmartyParser::theliaEscape(date('Y'),$_smarty_tpl);?>
</time> <a href="http://thelia.net" rel="external">Thelia</a></section>
</div>
</div>
</div>
</footer>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['ifhook'][0][0]->ifHook(array('rel'=>"main.footer-bottom"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('elsehook', array('rel'=>"main.footer-bottom")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"main.footer-bottom"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['elsehook'][0][0]->elseHook(array('rel'=>"main.footer-bottom"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
</section><!-- /.footer-container -->
</div><!-- /.page -->
<!-- JavaScript -->
<!-- Jquery -->
<!--[if lt IE 9]><script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script><!--<![endif]-->
<?php $_smarty_tpl->smarty->_tag_stack[] = array('javascripts', array('file'=>"assets/dist/js/vendors/jquery.min.js")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>"assets/dist/js/vendors/jquery.min.js"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<script>window.jQuery || document.write('<script src="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['asset_url']->value,$_smarty_tpl);?>
"><\/script>');</script>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>"assets/dist/js/vendors/jquery.min.js"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
<?php if ($_smarty_tpl->tpl_vars['lang_code']->value!='en') {?>
<script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/localization/messages_<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['lang_code']->value,$_smarty_tpl);?>
.js"></script>
<?php }?>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('javascripts', array('file'=>"assets/dist/js/vendors/bootstrap.min.js")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>"assets/dist/js/vendors/bootstrap.min.js"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<script>if(typeof($.fn.modal) === 'undefined') { document.write('<script src="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['asset_url']->value,$_smarty_tpl);?>
"><\/script>'); }</script>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>"assets/dist/js/vendors/bootstrap.min.js"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php $_smarty_tpl->smarty->_tag_stack[] = array('javascripts', array('file'=>"assets/dist/js/vendors/bootbox.js")); $_block_repeat=true; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>"assets/dist/js/vendors/bootbox.js"), null, $_smarty_tpl, $_block_repeat);while ($_block_repeat) { ob_start();?>
<script src="<?php echo TheliaSmarty\Template\SmartyParser::theliaEscape($_smarty_tpl->tpl_vars['asset_url']->value,$_smarty_tpl);?>
"></script>
<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo $_smarty_tpl->smarty->registered_plugins['block']['javascripts'][0][0]->blockJavascripts(array('file'=>"assets/dist/js/vendors/bootbox.js"), $_block_content, $_smarty_tpl, $_block_repeat); } array_pop($_smarty_tpl->smarty->_tag_stack);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.after-javascript-include"),$_smarty_tpl);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"404.after-javascript-include"),$_smarty_tpl);?>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.javascript-initialization"),$_smarty_tpl);?>
<script>
// fix path for addCartMessage
// if you use '/' in your URL rewriting, the cart message is not displayed
// addCartMessageUrl is used in thelia.js to update the mini-cart content
var addCartMessageUrl = "<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['url'][0][0]->generateUrlFunction(array('path'=>'ajax/addCartMessage'),$_smarty_tpl);?>
";
</script>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"404.javascript-initialization"),$_smarty_tpl);?>
<!-- Custom scripts -->
<script src="<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['javascript'][0][0]->functionJavascript(array('file'=>'assets/src/js/thelia.js'),$_smarty_tpl);?>
"></script>
<?php echo $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0][0]->processHookFunction(array('name'=>"main.body-bottom"),$_smarty_tpl);?>
</body>
</html>
<?php }} ?>