19 lines
617 B
PHP
19 lines
617 B
PHP
<?php
|
|
/**
|
|
* header.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 19:03:19
|
|
* @modified 2022-08-02 19:03:19
|
|
*/
|
|
|
|
return [
|
|
'page_title' => '我的模板',
|
|
'theme_name' => '默认主题',
|
|
'enabled_text' => '当前启用',
|
|
'theme_pop_checkbox' => '导入演示数据',
|
|
'theme_pop_text' => '如果勾选导入演示数据,可能会覆盖现有配置的页面布局、分类、商品等数据,请先做好备份!',
|
|
];
|