Project

General

Profile

« Previous | Next » 

Revision 875

Added by thorn over 16 years ago

Module code: curly backets get deleted by pparse() from phplib -> old fix in #569 wasn't that smart. Fixed.

View differences:

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