function hacked_init in Hacked! 5
Implementation of the hook_theme() registry.
File
- ./
hacked.module, line 171 - The Hacked! module, shows which project have been changed since download.
Code
function hacked_init() {
require_once drupal_get_path('module', 'hacked') . '/hacked.theme.inc';
}