19 lines
633 B
PHP
19 lines
633 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' => 'My template',
|
|
'theme_name' => 'Default',
|
|
'enabled_text' => 'Currently enabled',
|
|
'theme_pop_checkbox' => 'import template data',
|
|
'theme_pop_text' => 'If you check the import template data, it may overwrite the existing configured page layout, classification, product and other data, please make a backup first! ',
|
|
];
|