Хранилища Subversion ant

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

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

/trunk/classic.php
21,7 → 21,7
*/
 
 
include "lib/init.php";
require_once "lib/init.php";
$status = abs(intval($_GET["step"]));
$dist = abs(intval($_GET["d"]));
$vers = abs(intval($_GET["v"]));
69,7 → 69,7
$smarty->assign('version',$distvers);
$smarty->assign('result',$result);
$smarty->assign('antversion',$antversion);
$smarty->assign('interface'," &bull; <a href='./modern.php'>Современный интерфейс</a>");
$smarty->assign('interface'," &bull; ".$core->getInterfacesList($_SERVER["REQUEST_URI"],$db));
 
$smarty->display('classic.tpl');