Revision 569
Added by thorn almost 18 years ago
| modify.php | ||
|---|---|---|
| 47 | 47 |
|
| 48 | 48 |
// Parse template object |
| 49 | 49 |
$template->parse('main', 'main_block', false);
|
| 50 |
$template->pparse('output', 'page');
|
|
| 50 |
$template->pparse('output', 'page', false, false);
|
|
| 51 | 51 |
|
| 52 | 52 |
?> |
Also available in: Unified diff
Module code: curly backets get deleted by pparse() from phplib. fixes #553