while (list($categoryID, $name, $total) = $xoopsDB->fetchRow($result)) {
            $catlist             = [];
            $linktext            = htmlspecialchars($name, ENT_QUOTES | ENT_HTML5);
            $catlist['dir']      = $lexikon->dirname();
            $catlist['linktext'] = $linktext;