1 dblog.module | dblog_init() |
Implements hook_init().
File
- core/
modules/ dblog/ dblog.module, line 67 - System monitoring and logging for administrators.
Code
function dblog_init() {
if (arg(0) == 'admin' && arg(1) == 'reports') {
// Add the CSS for this module
backdrop_add_css(backdrop_get_path('module', 'dblog') . '/css/dblog.css');
}
}