phptemplate_system_modules

contrib-jrockowitz/fieldset_helper/fieldset_helper.theme.inc, line 29

Versions
6
phptemplate_system_modules($form)

Overide theme_system_modules using phptemplate.

Code

<?php
function phptemplate_system_modules($form) {
  $output = theme_system_modules($form);
  return fieldset_helper_alter_theme_system_modules($output);
}
?>