Revision 1095
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 |
27-July 2009 Matthias Gallas |
|
15 |
# Fixed bug introduced in changeset [1092] |
|
14 | 16 |
25-July 2009 Matthias Gallas |
15 | 17 |
# fixed some language bugs in search.php (Thanks to Thorn) |
16 | 18 |
23-July 2009 Matthias Gallas |
trunk/wb/admin/pages/sections.php | ||
---|---|---|
149 | 149 |
$template->set_block('page', 'main_block', 'main'); |
150 | 150 |
$template->set_block('main_block', 'module_block', 'module_list'); |
151 | 151 |
$template->set_block('main_block', 'section_block', 'section_list'); |
152 |
$template->set_block('section_block', ' block_block', 'block_list');
|
|
152 |
$template->set_block('section_block', 'block_block', 'block_list'); |
|
153 | 153 |
$template->set_block('main_block', 'calendar_block', 'calendar_list'); |
154 | 154 |
|
155 | 155 |
// set first defaults and messages |
Also available in: Unified diff
Fixed bug introduced in changeset [1092]