Revision 1289
Added by kweitzel almost 15 years ago
index.php | ||
---|---|---|
102 | 102 |
ob_start(); |
103 | 103 |
require(WB_PATH.'/templates/'.TEMPLATE.'/index.php'); |
104 | 104 |
$output = ob_get_contents(); |
105 |
ob_end_clean(); |
|
105 |
if (ob_get_length() > 0) ob_end_clean();
|
|
106 | 106 |
|
107 | 107 |
if(function_exists('evalDroplets')) { $output = evalDroplets($output); } |
108 | 108 |
if(function_exists('filter_frontend_output')) { $output = filter_frontend_output($output); } |
Also available in: Unified diff
Branch 2.8.1 merged back into Trunk