You are here

function boost_theme in Boost 6

Implementation of hook_theme().

File

./boost.module, line 2526
Provides static file caching for Drupal text output. Pages, Feeds, ect...

Code

function boost_theme() {
  return array(
    'boost_cache_status' => array(
      'arguments' => array(
        'ttl' => NULL,
        'text' => NULL,
      ),
    ),
  );
}