Revision 1290
Added by Dietmar almost 15 years ago
initialize.php | ||
---|---|---|
3 | 3 |
* |
4 | 4 |
* @category framework |
5 | 5 |
* @package initialize |
6 |
* @author Ryan Djurovich
|
|
6 |
* @author WebsiteBaker Project
|
|
7 | 7 |
* @copyright 2004-2009, Ryan Djurovich |
8 | 8 |
* @copyright 2009-2010, Website Baker Org. e.V. |
9 |
* @filesource $HeadURL$ |
|
10 |
* @author Ryan Djurovich |
|
11 |
* @copyright 2004-2009, Ryan Djurovich |
|
12 |
* |
|
13 |
* @author WebsiteBaker Project |
|
14 | 9 |
* @link http://www.websitebaker2.org/ |
15 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
16 |
* @link http://start.websitebaker2.org/impressum-datenschutz.php |
|
17 | 10 |
* @license http://www.gnu.org/licenses/gpl.html |
11 |
* @platform WebsiteBaker 2.8.x |
|
12 |
* @requirements PHP 4.4.9 and higher |
|
18 | 13 |
* @version $Id$ |
19 |
* @platform WebsiteBaker 2.8.x |
|
20 |
* @requirements PHP 4.3.4 and higher |
|
14 |
* @filesource $HeadURL$ |
|
21 | 15 |
* @lastmodified $Date$ |
22 | 16 |
* |
23 | 17 |
*/ |
... | ... | |
129 | 123 |
define('THEME_PATH', WB_PATH.'/templates/'.DEFAULT_THEME); |
130 | 124 |
|
131 | 125 |
// extended wb_settings |
132 |
define('EDIT_ONE_SECTION', true);
|
|
126 |
define('EDIT_ONE_SECTION', false);
|
|
133 | 127 |
|
134 | 128 |
define('EDITOR_WIDTH', 0); |
135 | 129 |
|
Also available in: Unified diff
change constant EDIT_ONE_SECTION to default false