From e21101da219eae13cc72e751eda86416bdf06189 Mon Sep 17 00:00:00 2001 From: skeeter Date: Tue, 8 May 2001 01:14:12 +0000 Subject: [PATCH] This is skeeter's attempt at making eldaptir and bookmarks work with the API menutree. --- phpgwapi/inc/class.menutree.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.menutree.inc.php b/phpgwapi/inc/class.menutree.inc.php index da29afed35..2fc14e061b 100644 --- a/phpgwapi/inc/class.menutree.inc.php +++ b/phpgwapi/inc/class.menutree.inc.php @@ -28,6 +28,7 @@ class menutree { var $read_from_file; // You can send the tree info from a string or file var $root_level_value; // This is what the top level name or image will be +var $last_column_size; function menutree($read_from_file='T') { @@ -299,14 +300,14 @@ var $root_level_value; // This is what the top level name or image will b if($cnt==0) { // $str = ''."\n"; - $str = '
'."\n"; + $str = '
'."\n"; $str .= '' . $this->root_level_value . ''; $str .= "\n".''; for ($k=0; $k<$maxlevel; $k++) { $str .= ''; } - $str .= ''."\n"; + $str .= ''."\n"; } /****************************************/