You are here

function filelog_ui_theme in File Log 6.2

Implementation of hook_theme()

File

./filelog_ui.module, line 121
Viewer UI for file based logging.

Code

function filelog_ui_theme($existing, $type, $theme, $path) {
  return array(
    'filelog_ui_filters' => array(
      'arguments' => array(
        'form' => NULL,
      ),
      'file' => 'filelog_ui.pages.inc',
      'path' => $path,
    ),
  );
}