From 8f68354959508e8dd09ea9d1945fbb9689be7e8f Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 10 Oct 2011 07:58:51 +0000 Subject: [PATCH] + add the config of wideSize setting. --- config/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.php b/config/config.php index 601fabd4f5..717addf62f 100644 --- a/config/config.php +++ b/config/config.php @@ -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'] = '中文繁體';