Why do you call a class method that way?
// call this first to build the children, and a class method has to be called like this
$_SESSION['category_tree']->build_deepest_level_children() ;
$content .= $_SESSION['category_tree']->build_category_string('ul', 'li', '', 0, 2);
Bookmarks