function mediafront_init in MediaFront 6.2
Same name and namespace in other branches
- 6 mediafront.module \mediafront_init()
Implementation of hook_init().
These includes do not need to be loaded for cached pages.
File
- ./
mediafront.module, line 109
Code
function mediafront_init() {
if (module_exists('content')) {
module_load_include('inc', 'mediafront', 'mediafront_field');
}
}