Revision 1095
Added by Matthias over 16 years ago
| 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]