Project

General

Profile

« Previous | Next » 

Revision 789

Added by doc over 16 years ago

fixed some layout issues with Form module (combination with Output-filter)

View differences:

index.php
92 92
	
93 93
	if(function_exists('filter_frontend_output')) {
94 94
		// store output in variable for filtering
95
		ob_start();
95
		@ob_start();
96 96
		require(WB_PATH.'/templates/'.TEMPLATE.'/index.php');
97 97
		$frontend_output = ob_get_contents();
98
		ob_end_clean();
98
		@ob_end_clean();
99 99
		// Display the filtered output on the frontend
100 100
		echo filter_frontend_output($frontend_output);
101 101
		die;

Also available in: Unified diff