You are here

function nagios_theme in Nagios Monitoring 7

Implements hook_theme().

File

./nagios.module, line 1205

Code

function nagios_theme() {
  return [
    'nagios_modules_fieldset' => [
      'render element' => 'form',
    ],
  ];
}