8 Star 23 Fork 7

北京格尺科技有限公司 / GeChiUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.php 393 Bytes
一键复制 编辑 原始数据 按行查看 历史
宫叔 提交于 2022-03-03 12:40 . GeChiUI 6.0
<?php
/**
* Front to the GeChiUI application. This file doesn't do anything, but loads
* gc-blog-header.php which does and tells GeChiUI to load the theme.
*
* @package GeChiUI
*/
/**
* Tells GeChiUI to load the GeChiUI theme and output it.
*
* @var bool
*/
define( 'GC_USE_THEMES', true );
/** Loads the GeChiUI Environment and Template */
require __DIR__ . '/gc-blog-header.php';
PHP
1
https://gitee.com/gechiui/gechiui.git
git@gitee.com:gechiui/gechiui.git
gechiui
gechiui
GeChiUI
master

搜索帮助