assets_module's list_items columns
Is it possible to inject a couple more columns to the output of the assets_module's list_items() method?
I'd like to add 'original dimensions in pixels' etc - but adding elements to the $return array in that same method doesnt help
i.e. line 113
$return[$key]['test'] ='test';
I expected the column test to appear, but no luck... any clues?
Comments