ini_set('mbstring.internal_encoding','utf-8');
define('XHTML', 1);
$SITE_TITLE = 'Stołeczna Estrada';
$SITE_KEYWORDS = '';
$SITE_DESCRIPTION = '';
$SITE_BACKGROUND = '#225374';
$SUBS = Array('basic','email');
$HIDDENSUBS = Array();
$DEFAULT_HOMEPAGE = 'basic';
$DEFAULT_LANG = 'pl';
$LANGUAGES = array('en','pl','ge','ru','fi');
$LOCALES = array(array('pl_PL.UTF-8','Polish_Poland.UTF-8','Polish_Poland.1250'));
$HIDE_GET = Array('s','^l_','lang');
$dirname = 'lib/config';
include 'lib/common/include_all.php';
class SmartyXL extends Smarty {
function __construct() {
parent::__construct();
$this->template_dir = realpath('tpl/');
$this->compile_dir = realpath('tpl_c/');
$this->config_dir = realpath('configs/');
$this->cache_dir = realpath('cache/');
}
}
Fatal error: Uncaught Error: Class "SmartyXL" not found in /home/psoftstr/domains/sdvwia.psoft.pl/public_html/lib/lib.php:5
Stack trace:
#0 /home/psoftstr/domains/sdvwia.psoft.pl/public_html/index.php(15): include()
#1 {main}
thrown in /home/psoftstr/domains/sdvwia.psoft.pl/public_html/lib/lib.php on line 5