%s%s [%d]'; $select = ($category['ID'] == $selected) ? ' selected' : ''; $select = ($category['ID'] == $current) ? ' disabled' : $select; printf($option, $category['ID'], $select, $prefix, escapeHTML($category['NAME']), $category['ID']); if(isset($category['CHILDS'])) { # If there are children, call self and pass children array. (__FUNCTION__)($category['CHILDS'], $selected, $current, $prefix.'– '); } } } ?>