+ add the example of multi style.

This commit is contained in:
wangchunsheng
2010-04-22 05:23:06 +00:00
parent d21b34cde1
commit 6c21fcaa76
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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';
View File