From 735bfc61de2224b76c7ca50ecff93d59d0c646a9 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 26 Jun 2008 10:55:52 -0400 Subject: [PATCH] $focus needs to be a $globalVar --- global.php | 1 + 1 file changed, 1 insertion(+) diff --git a/global.php b/global.php index 29110c8..1899afc 100755 --- a/global.php +++ b/global.php @@ -74,6 +74,7 @@ if (!(defined('NO_TEMPLATES') AND constant('NO_TEMPLATES') == true)) BSTemplate::$globalVars = array( 'stylevar' => &$stylevar, 'show' => &$show, + 'focus' => $focus ); $globalTemplates = array( -- 2.22.5