Хранилища Subversion ant

Редакция

Редакция 381 | Редакция 389 | К новейшей редакции | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 381 Редакция 383
Строка 46... Строка 46...
46
46
47
$secure = new Security();
47
$secure = new Security();
48
$core   = new Core($db, PREFIX, $secure, $cookie);
48
$core   = new Core($db, PREFIX, $secure, $cookie);
49
$tmpl   = new Template(ROOT."/templates/");
49
$tmpl   = new Template(ROOT."/templates/");
50
50
-
 
51
$tmpl->assign('host',$webroot);
-
 
52
$tmpl->assign('header',$core->getEngineAttr('codename'));
-
 
53
$tmpl->assign('engine',$core->getEngineAttr('codename')." ".$core->getEngineAttr('version'));
-
 
54
$tmpl->assign('description',$core->getEngineAttr('description'));
-
 
55
51
?>
56
?>