in['topic'] OR !isset(bugdar::$datastore['help'][ $input->in['topic'] ])) { $topic['title'] = T('Invalid'); $topic['body'] = T('That help topic does not exist in the system.'); } else { $topic = bugdar::$datastore['help'][ $input->in['topic'] ]; $topic['body'] = nl2br($topic['body']); } $tpl = new BSTemplate('help_window'); $tpl->vars = array('topic' => $topic); $tpl->evaluate()->flush(); ?>