function smarty_modifier_category_menu ($input) { // This function takes a nested array as input and produces // nested lists from it. It can handle arrays with one or many // root nodes $html = "\n"; return $html; }