From bc6fbb7c8d038f60af5920fb5db0322318579c3d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 21 Aug 2008 22:05:23 -0400 Subject: [PATCH] Updating help.php --- help.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/help.php b/help.php index edad789..f198342 100644 --- a/help.php +++ b/help.php @@ -38,7 +38,9 @@ else $topic['body'] = nl2br($topic['body']); } -eval('$template->flush("' . $template->fetch('help_window') . '");'); +$tpl = new BSTemplate('help_window'); +$tpl->vars = array('topic' => $topic); +$tpl->evaluate()->flush(); /*=====================================================================*\ || ################################################################### -- 2.22.5