]> git.mxchange.org Git - friendica.git/blob - vendor/smarty/smarty/libs/bootstrap.php
Merge pull request #4233 from MrPetovan/task/4116-move-smarty-to-composer
[friendica.git] / vendor / smarty / smarty / libs / bootstrap.php
1 <?php
2 /*
3  * This file is part of the Smarty package.
4  *
5  * (c) Sebastian Bergmann <sebastian@phpunit.de>
6  *
7  * For the full copyright and license information, please view the LICENSE
8  * file that was distributed with this source code.
9  */
10
11 /*
12  * Load and register Smarty Autoloader
13  */
14 if (!class_exists('Smarty_Autoloader')) {
15     require __DIR__ . '/Autoloader.php';
16 }
17 Smarty_Autoloader::register();