You are here

function esi_theme_block in ESI: Edge Side Includes 6.2

File

./esi.theme.inc, line 33
Theme handlers for the ESI module.

Code

function esi_theme_block() {
  $args = func_get_args();
  array_unshift($args, 'esi_alt_block');
  return call_user_func_array('esi_theme_callback_logic', $args);
}