+ add the config of wideSize setting.

This commit is contained in:
wangchunsheng
2011-10-10 07:58:51 +00:00
parent 26a61c522a
commit 8f68354959
+3
View File
@@ -30,6 +30,9 @@ $config->sessionVar = 'sid'; // requestType=GET: the session var na
/* Supported views. */
$config->views = ',html,json,';
/* Set the wide window size. */
$config->wideSize = 1250;
/* Supported languages. */
$config->langs['zh-cn'] = '中文简体';
$config->langs['zh-tw'] = '中文繁體';