\r\n \r\nForbidden 403 \r\n\r\n

Forbidden 403

\r\nThe document you are requesting is forbidden.\r\n\r\n"; exit; } $box_content = new XTemplate ("skins/".$config['skinDir']."/styleTemplates/boxes/searchForm.tpl"); $box_content->assign("LANG_SEARCH_FOR",$lang['front']['boxes']['search_for']); if(isset($_GET['searchStr'])){ $box_content->assign("SEARCHSTR",treatGet($_GET['searchStr'])); } else { $box_content->assign("SEARCHSTR",""); } $box_content->assign("LANG_GO",$lang['front']['boxes']['go']); $box_content->parse("search_form"); $box_content = $box_content->text("search_form"); ?>