You are here

function log_cleanup_theme in Util 6.3

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

Implements hook_theme().

File

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

Code

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