| 6 dblog.module | dblog_init() |
| 7 dblog.module | dblog_init() |
| 8 dblog.module | dblog_init() |
Implements hook_init().
File
- modules/
dblog/ dblog.module, line 89 - System monitoring and logging for administrators.
Code
function dblog_init() {
if (arg(0) == 'admin' && arg(1) == 'reports') {
// Add the CSS for this module
drupal_add_css(drupal_get_path('module', 'dblog') . '/dblog.css');
}
}
Login or register to post comments