Revision 875
Added by thorn about 17 years ago
| modify.php | ||
|---|---|---|
| 46 | 46 |
); |
| 47 | 47 |
|
| 48 | 48 |
// Parse template object |
| 49 |
$template->set_unknowns('keep');
|
|
| 49 | 50 |
$template->parse('main', 'main_block', false);
|
| 50 |
$template->pparse('output', 'page', false, false);
|
|
| 51 |
$template->pparse('output', 'page', false);
|
|
| 51 | 52 |
|
| 52 | 53 |
?> |
Also available in: Unified diff
Module code: curly backets get deleted by pparse() from phplib -> old fix in #569 wasn't that smart. Fixed.