diff --git a/libs/sysplugins/smarty_internal_template.php b/libs/sysplugins/smarty_internal_template.php index de307d70..e1732ca4 100644 --- a/libs/sysplugins/smarty_internal_template.php +++ b/libs/sysplugins/smarty_internal_template.php @@ -160,7 +160,7 @@ class Smarty_Internal_Template extends Smarty_Internal_TemplateBase } // checks if template exists if (!$this->source->exists) { - throw new SmartyException("Unable to load template {$this->source->type} '{$this->source->name}'" . + throw new SmartyException("Unable to load template '{$this->source->type}:{$this->source->name}'" . ($parentIsTpl ? " in '{$this->parent->template_resource}'" : '')); } // disable caching for evaluated code