You are here

function theme_boost_cache_status in Boost 6

1 theme call to theme_boost_cache_status()
boost_block in ./boost.module
Implementation of hook_block().

File

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

Code

function theme_boost_cache_status($ttl, $text) {
  return '<div style="font-size: x-small;">' . $text . '</div>';
}