i want to use CSS Flyout Menu 1.3.9 on multisite module~

it is working but problem is CSS Flyout Menu 1.3.9 shows every categories~

so i found some article about CSS Flyout Menu... not 1.3.9. the article was written 2007.

the answer was replacing below codes

1. class zen_categories_ul_generator { var $root_category_id = CATEGORIES_ROOT,

2. $categories = $db->Execute(cat_filter($categories_query));

3. function buildBranch($parent_id, $level = 1, $submenu=false) {
if ($parent_id != CATEGORIES_ROOT) {


i replaced 1 and 2 but i do not found 3. can someone help me? how to use CSS Flyout Menu 1.3.9?

thank you...