Source code of filesite.io. https://filesite.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
filesite 05a46f9c94 add cache data for menus 10 months ago
..
beauty add cache data for menus 10 months ago
googleimage theme beauty improved 10 months ago
manual add ga code support 1 year ago
tajian bug fix for cache data not rootDir 10 months ago
videoblog add ga code support 1 year ago
webdirectory add ga code support 1 year ago
README.md rootDir improved, add icon for machete 3 years ago

README.md

皮肤目录

此目录结构为:

{皮肤目录名}/controller/{控制器名}/
{皮肤目录名}/views/layout/
{皮肤目录名}/views/{视图目录名}/

示例

皮肤名:night,默认首页SiteController使用的视图名:site, 其目录结构为:

night/controller/SiteController.php
night/views/layout/main.php
night/views/site/index.php