From ab5d8d4e07bb3c8230d0285ef8902ef1979fce51 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 18 Oct 2018 02:39:34 +0200 Subject: Updating Smarty --- lib/smarty/bootstrap.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lib/smarty/bootstrap.php (limited to 'lib/smarty/bootstrap.php') diff --git a/lib/smarty/bootstrap.php b/lib/smarty/bootstrap.php new file mode 100644 index 0000000..2c83046 --- /dev/null +++ b/lib/smarty/bootstrap.php @@ -0,0 +1,16 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ +/** + * Load and register Smarty Autoloader + */ +if (!class_exists('Smarty_Autoloader')) { + include dirname(__FILE__) . '/Autoloader.php'; +} +Smarty_Autoloader::register(true); -- cgit v1.2.3