Project

General

Profile

« Previous | Next » 

Revision 569

Added by thorn almost 17 years ago

Module code: curly backets get deleted by pparse() from phplib. fixes #553

View differences:

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