Maybe some one can help me with zen_redirect() will not work.
Using define pages with this if statment:
I have placed it in my /includes/templates/my_template/templates/tpl_test_default.phpPHP Code:if ($answer == false) {
zen_redirect(zen_href_link(FILENAME_DEFAULT));
}
and also tried in /includes/languages/english/html_includes/my_templates/define_test.php
Both give me the following error when zen_redirect() tries to run:
PHP Warning: Cannot modify header information - headers already sent by
(output started at \includes\templates\my_template\common\html_header.php:22)
in \includes\functions\functions_general.php on line 44
Skip



