19 lines
618 B
PHP
19 lines
618 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' => '如果勾選導入演示數據,可能會覆蓋現有配置的頁面佈局、分類、商品等數據,請先做好備份! ',
|
|
];
|