diff --git a/conf/app.php b/conf/app.php index 1ac9812..3a2fe52 100644 --- a/conf/app.php +++ b/conf/app.php @@ -5,11 +5,16 @@ return array( 'default_timezone' => 'Asia/HonKong', //timezone - 'content_directory' => 'content/', //directory of contents in /www/ + //文档站皮肤 + //'content_directory' => 'content/', //directory of contents in /www/ //when it's empty, use layout and views in directory views/ - 'theme' => 'manual', //name of theme which is enabled + //'theme' => 'manual', //name of theme which is enabled - //in developing + //导航站皮肤 + 'content_directory' => 'navs/', //directory of contents in /www/ + 'theme' => 'pagedirectory', + + //图片站皮肤 //'content_directory' => 'dogs/', //directory of contents in /www/ //'theme' => 'googleimage', //name of theme which is enabled diff --git a/themes/googleimage/views/layout/main.php b/themes/googleimage/views/layout/main.php index 50a4582..1fffa5b 100644 --- a/themes/googleimage/views/layout/main.php +++ b/themes/googleimage/views/layout/main.php @@ -40,6 +40,19 @@ if (!empty($viewFile) && file_exists($viewFile)) { } ?> +