| 6 dblog.module | dblog_theme() |
| 7 dblog.module | dblog_theme() |
| 8 dblog.module | dblog_theme() |
Implementation of hook_theme()
File
- modules/
dblog/ dblog.module, line 32 - System monitoring and logging for administrators.
Code
function dblog_theme() {
return array(
'dblog_filters' => array(
'arguments' => array('form' => NULL),
),
);
}
Login or register to post comments