contrib-jrockowitz/fieldset_helper/fieldset_helper.theme.inc, line 29
phptemplate_system_modules($form)Overide theme_system_modules using phptemplate.
<?php
function phptemplate_system_modules($form) {
$output = theme_system_modules($form);
return fieldset_helper_alter_theme_system_modules($output);
}
?>