From cd06026f2d433d1ff9e34924f1d9ea63331f88f2 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 12 Aug 2004 19:20:43 +0000 Subject: Added todo.js and charset. Needs testing. --- search.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'search.php') diff --git a/search.php b/search.php index 4512f04..0f60b14 100644 --- a/search.php +++ b/search.php @@ -6,6 +6,7 @@ $display_date = $results_lang; require_once(BASE.'functions/ical_parser.php'); require_once(BASE.'functions/list_functions.php'); require_once(BASE.'functions/template.php'); +header("Content-Type: text/html; charset=$charset"); if (isset($HTTP_SERVER_VARS['HTTP_REFERER']) && $HTTP_SERVER_VARS['HTTP_REFERER'] != '') { $back_page = $HTTP_SERVER_VARS['HTTP_REFERER']; @@ -276,6 +277,8 @@ $page->replace_tags(array( 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', + 'todo_js' => BASE.'functions/todo.js', + 'charset' => $charset, 'default_path' => '', 'template' => $template, 'cal' => $cal, -- cgit v1.2.3