1, 'sidebar' => 1); /** Apply filtering to the input and return an output. * * @param $input */ function filter($input) { global $page; if ($this->params['sidebar']) { array_unshift($page->head, ''); } if ($this->params['main']) { array_unshift($page->head, ''); } return $input; } } ?>