17 lines
362 B
PHP
17 lines
362 B
PHP
<?php
|
|
/**
|
|
* dd.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author Edward Yang <yangjin@opencart.cn>
|
|
* @created 2022-07-28 16:19:06
|
|
* @modified 2022-07-28 16:19:06
|
|
*/
|
|
|
|
return [
|
|
'plugin_link' => 'Plugin Link',
|
|
'latest_products' => 'Latest Products',
|
|
'baidu' => 'Baidu',
|
|
];
|