4
In the file viewcat.php you might try to replace the line
$arr = $mytree->getFirstChild($cid, "weight");
with
$arr = $mytree->getFirstChild($cid, "title");
and the line
$sub_arr = $mytree->getFirstChild($ele['cid'], "weight");
with
$sub_arr = $mytree->getFirstChild($ele['cid'], "title");