add smarty lib
Dieser Commit ist enthalten in:
Ursprung
538d71063a
Commit
0459ca90a0
5 geänderte Dateien mit 2281 neuen und 0 gelöschten Zeilen
17
libs/bootstrap.php
Normale Datei
17
libs/bootstrap.php
Normale Datei
|
|
@ -0,0 +1,17 @@
|
|||
<?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')) {
|
||||
require dirname(__FILE__) . '/Autoloader.php';
|
||||
}
|
||||
Smarty_Autoloader::register(true);
|
||||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren