Хранилища Subversion ant

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

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

/branches/ant-ng/custom-index.php
14,8 → 14,8
 
require_once dirname(__FILE__)."/init.php";
 
$smarty->assign('body',$core->showDistributionForm());
$tmpl->assign('body',$core->showDistributionForm());
 
$smarty->display('default.tpl');
$tmpl->display('default.tpl');
 
?>