function cookie_content_blocker_theme in Cookie Content Blocker 7
Same name and namespace in other branches
- 8 cookie_content_blocker.module \cookie_content_blocker_theme()
Implements hook_theme().
File
- ./
cookie_content_blocker.module, line 53 - Contains the main module code for Cookie content blocker.
Code
function cookie_content_blocker_theme($existing, $type, $theme, $path) {
return array(
'cookie_content_blocker_wrapper' => array(
'render element' => 'element',
'template' => 'theme/cookie-content-blocker-wrapper',
),
);
}