| 5 watchdog.module | theme_watchdog_form_overview($form) |
File
- modules/
watchdog/ watchdog.module, line 185 - System monitoring and logging for administrators.
Code
function theme_watchdog_form_overview($form) {
return '<div class="container-inline">' . drupal_render($form) . '</div>';
}
Login or register to post comments