Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 238 → Редакция 234

/trunk/lib/theme.php
Файл удален
\ No newline at end of file
/trunk/lib/init.php
26,7 → 26,6
require dirname(__FILE__)."/Smarty.class.php";
require dirname(__FILE__)."/core.php";
require dirname(__FILE__)."/security.php";
require dirname(__FILE__)."/theme.php";
 
$dsn = "mysql://".$DBuser.":".$DBpass."@".$DBhost."/".$DBname;
$options = array(
43,7 → 42,7
 
$core = new Core;
$secure = new Security;
$theme = new Theme;
 
$smarty = new Smarty;
$smarty->compile_check = true;