You are here

function log_cleanup_theme in Util 7

Same name and namespace in other branches
  1. 6.3 contribs/log_cleanup/log_cleanup.module \log_cleanup_theme()

Implements hook_theme().

File

contribs/log_cleanup/log_cleanup.module, line 49
Clean up watchdog messages.

Code

function log_cleanup_theme() {
  return array(
    'log_cleanup_settings' => array(
      'render element' => 'form',
    ),
  );
}