theme_watchdog_form_overview

5 watchdog.module theme_watchdog_form_overview($form)

File

modules/watchdog.module, line 149
System monitoring and logging for administrators.

Code

function theme_watchdog_form_overview($form) {
  return '<div class="container-inline">' . form_render($form) . '</div>';
}
Login or register to post comments