_Subtemplate->setupSubtemplate($callerTpl, $template, $cache_id, $compile_id, $caching, $cache_lifetime, $data, $parent_scope, $cache_tpl_obj, $uid); $tpl->isChild = $isChild; if ($callerTpl->smarty->debugging) { $callerTpl->smarty->_debug->start_template($tpl); $callerTpl->smarty->_debug->start_render($tpl); } $tpl->compiled->getRenderedTemplateCode($tpl, $content_func); if ($callerTpl->smarty->debugging) { $callerTpl->smarty->_debug->end_template($tpl); $callerTpl->smarty->_debug->end_render($tpl); } if ($caching == 9999 && $tpl->compiled->has_nocache_code) { $callerTpl->cached->hashes[$tpl->compiled->nocache_hash] = true; } if (!isset($callerTpl->_Block) && $isChild && isset($tpl->_Block) && ($callerTpl->isChild || !empty($callerTpl->source->components)) ) { $callerTpl->_Block = $tpl->_Block; } } }