12 lines
289 B
PHP
12 lines
289 B
PHP
<?php
|
|
/**
|
|
* Creative Elements - live Theme & Page Builder
|
|
*
|
|
* @author WebshopWorks
|
|
* @copyright 2019-2023 WebshopWorks.com
|
|
* @license One domain support license
|
|
*/
|
|
defined('_PS_VERSION_') or exit;
|
|
|
|
@include _PS_MODULE_DIR_ . 'creativeelements/views/lib/filemanager/config.php';
|