function akamai_theme in Akamai 7.3
Same name and namespace in other branches
- 8 akamai.module \akamai_theme()
- 8.2 akamai.module \akamai_theme()
- 6.2 akamai.module \akamai_theme()
- 6 akamai.module \akamai_theme()
- 7 akamai.module \akamai_theme()
- 7.2 akamai.module \akamai_theme()
Implements hook_theme().
File
- ./
akamai.module, line 95 - Integration with Akamai CDN CCU API.
Code
function akamai_theme() {
return array(
'akamai_page_cache_control_block' => array(
'variables' => array(
'cache_control_form' => NULL,
),
'template' => 'akamai-page-cache-control-block',
),
);
}