diff --git a/library/smarty/libs/sysplugins/smartyexception.php b/library/smarty/libs/sysplugins/smartyexception.php new file mode 100644 --- /dev/null +++ b/library/smarty/libs/sysplugins/smartyexception.php @@ -0,0 +1,14 @@ + Smarty: ' . (self::$escape ? htmlentities($this->message) : $this->message) . ' <-- '; + } +}