Хранилища Subversion ant

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

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

/branches/ant-ng/init.php
48,4 → 48,9
$core = new Core($db, PREFIX, $secure, $cookie);
$tmpl = new Template(ROOT."/templates/");
 
$tmpl->assign('host',$webroot);
$tmpl->assign('header',$core->getEngineAttr('codename'));
$tmpl->assign('engine',$core->getEngineAttr('codename')." ".$core->getEngineAttr('version'));
$tmpl->assign('description',$core->getEngineAttr('description'));
 
?>