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