mirror of https://github.com/vtrois/kratos
refactor: using Codestar Framework
parent
975b288419
commit
dd5b8440aa
|
@ -1,15 +1,16 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 模板函数
|
* 模板函数
|
||||||
* @author Seaton Jiang <seatonjiang@vtrois.com>
|
* @author Seaton Jiang <seatonjiang@vtrois.com>
|
||||||
* @license MIT License
|
* @license MIT License
|
||||||
* @version 2021.06.25
|
* @version 2021.08.19
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('THEME_VERSION', '3.3.4');
|
define('THEME_VERSION', '3.3.4');
|
||||||
|
|
||||||
// 主题配置
|
// 主题配置
|
||||||
require get_template_directory() . '/inc/options-framework/autoload.php';
|
require get_template_directory() . '/inc/codestar-framework/autoload.php';
|
||||||
|
|
||||||
// 更新配置
|
// 更新配置
|
||||||
require get_template_directory() . '/inc/update-checker/autoload.php';
|
require get_template_directory() . '/inc/update-checker/autoload.php';
|
||||||
|
|
|
@ -20,3 +20,4 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
require_once plugin_dir_path(__FILE__) . 'classes/setup.class.php';
|
require_once plugin_dir_path(__FILE__) . 'classes/setup.class.php';
|
||||||
|
require get_template_directory() . '/inc/theme-options.php';
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue