function esi_theme_panels_pane in ESI: Edge Side Includes 6.2
File
- ./
esi.theme.inc, line 39 - Theme handlers for the ESI module.
Code
function esi_theme_panels_pane() {
$args = func_get_args();
array_unshift($args, 'esi_alt_panels_pane');
return call_user_func_array('esi_theme_callback_logic', $args);
}