On Fri, 07 Aug 2009 15:44:15 -0230, Robert King robk@mun.ca wrote:
I'm trying to wrap my head around how the hook for list_prefs_sections works. I don't think my brain is up to the task today, so I was wondering if anyone has a small example to show?
If you just want to add an item to the list, do:
function opt_block($args) { $args['list']['optlabel'] = array( 'id' => 'optlabel', 'section' => 'Option Label'); return $args; }