| 6 dblog.module | dblog_theme() |
| 7 dblog.module | dblog_theme() |
| 8 dblog.module | dblog_theme() |
Implements hook_theme().
File
- modules/
dblog/ dblog.module, line 174 - System monitoring and logging for administrators.
Code
function dblog_theme() {
return array(
'dblog_message' => array(
'variables' => array('event' => NULL, 'link' => FALSE),
'file' => 'dblog.admin.inc',
),
);
}
Login or register to post comments