From 6c21fcaa764c782f09c7bbf0d20c73aa75179acd Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Thu, 22 Apr 2010 05:23:06 +0000 Subject: [PATCH] + add the example of multi style. --- config/config.php | 2 +- www/theme/blue/style.css | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 www/theme/blue/style.css diff --git a/config/config.php b/config/config.php index c40e2d43c2..eb140168b3 100644 --- a/config/config.php +++ b/config/config.php @@ -39,7 +39,7 @@ $config->viewVar = 't'; // requestType=GET: 模 /* 视图和主题。*/ $config->views = ',html,json,csv,'; // 支持的视图列表。 -$config->themes = 'default'; // 支持的主题列表。 +$config->themes = 'default,blue'; // 支持的主题列表。 /* 支持的语言列表。*/ $config->langs['zh-cn'] = 'Chinese Simplified'; diff --git a/www/theme/blue/style.css b/www/theme/blue/style.css new file mode 100644 index 0000000000..e69de29bb2