Smarty update to 4.3.0

This commit is contained in:
Clemens Schwaighofer
2023-01-05 10:38:51 +09:00
parent b6a0937e0c
commit 90e418ba24
463 changed files with 698 additions and 21781 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
/**
* This file is part of the Smarty package.
*
* (c) Sebastian Bergmann <sebastian@phpunit.de>
*
* 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 __DIR__ . '/Autoloader.php';
}
Smarty_Autoloader::register(true);