PHP Classes

File: htdocs/xoops_lib/vendor/smarty/smarty/libs/bootstrap.php

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/xoops_lib/vendor/smarty/smarty/libs/bootstrap.php   Download  
File: htdocs/xoops_lib/vendor/smarty/smarty/libs/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 407 bytes
 

Contents

Class file image Download
<?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);