try { ob_start();
eval("?>" .
$output);
$_output =
ob_get_clean();
} catch (Exception
$e) { ob_get_clean();
throw $e;
} // write cache file content
$_template->
writeCachedContent($output);
if ($this->smarty->debugging
) { Smarty_Internal_Debug::
end_cache($_template);
} } else { // var_dump('renderTemplate', $_template->has_nocache_code, $_template->template_resource, $_template->properties['nocache_hash'], $_template->parent->properties['nocache_hash'], $_output);
if (!
empty($_template->properties
['nocache_hash'
]) && !
empty($_template->parent->properties
['nocache_hash'
])) { // replace nocache_hash
$_output =
str_replace("{
$_template->properties
['nocache_hash'
]}",
$_template->parent->properties
['nocache_hash'
],
$_output);
$_template->parent->has_nocache_code =
$_template->parent->has_nocache_code ||
$_template->has_nocache_code;
} } } else { if ($this->smarty->debugging
) {