$_templateId =
$this->smarty->joined_template_dir . '#' .
$this->template_resource .
$this->cache_id .
$this->compile_id;
} if (isset($_templateId[150
])) { $_templateId =
sha1($_templateId);
} $this->smarty->template_objects
[$_templateId] =
$this;
} return $this->source;
case 'compiled':
$this->compiled =
$this->source->
getCompiled($this);
return $this->compiled;
case 'cached':
if (!
class_exists('Smarty_Template_Cached'
)) { include SMARTY_SYSPLUGINS_DIR . 'smarty_cacheresource.php';
} $this->cached =
new Smarty_Template_Cached($this);
return $this->cached;
case 'compiler':
$this->smarty->
loadPlugin($this->source->compiler_class
);