19 lines
491 B
PHP
19 lines
491 B
PHP
<?php
|
|
/**
|
|
* design_builder.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author TL <mengwb@opencart.cn>
|
|
* @created 2022-08-30 11:03:19
|
|
* @modified 2022-08-30 11:03:19
|
|
*/
|
|
|
|
return [
|
|
'module_brand' => 'Brand Module',
|
|
'module_banner' => 'Banner Module',
|
|
'module_four_image_pro' => 'For Image PRO Module',
|
|
'module_slideshow' => 'Slideshow Module',
|
|
'module_tab_products' => 'Tab Products Module',
|
|
];
|