I can't find any good tutorials on the web abut it, but I know that it can be manipulated to do what I want...because here is what they are giving me on one of my themes:
Code:
<ul><?php get_links(-1, '<li>', '</li>', '', FALSE, 'name', FALSE, FALSE, -1, FALSE); ?></ul>
but the problem is that this is just outputting a list of all the links without them being under categories, just a plain list all grouped together
what are the variables for this shit?