You are here

function akamai_theme in Akamai 7

Same name and namespace in other branches
  1. 8 akamai.module \akamai_theme()
  2. 8.2 akamai.module \akamai_theme()
  3. 6.2 akamai.module \akamai_theme()
  4. 6 akamai.module \akamai_theme()
  5. 7.3 akamai.module \akamai_theme()
  6. 7.2 akamai.module \akamai_theme()

Implementation of hook_theme()

File

./akamai.module, line 64
akamai.module Integration with the Akamai CDN Cache Control Web Service.

Code

function akamai_theme() {
  return array(
    'akamai_page_cache_control_block' => array(
      'variables' => array(
        'cache_control_form' => NULL,
      ),
      'template' => 'akamai-page-cache-control-block',
    ),
  );
}