Хранилища Subversion ant

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

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

/trunk/modern.php
21,7 → 21,7
*/
 
 
include "lib/init.php";
require_once "lib/init.php";
 
$query =& $db->query("SELECT * FROM settings WHERE opt LIKE 'version'");
$query->fetchInto($antv, DB_FETCHMODE_ASSOC);
113,7 → 113,7
$smarty->assign('modern',$modern);
$smarty->assign('scripts',$scripts);
$smarty->assign('antversion',$antversion);
$smarty->assign('interface'," &bull; <a href='./classic.php'>Классический интерфейс</a>");
$smarty->assign('interface'," &bull; ".$core->getInterfacesList($_SERVER["REQUEST_URI"],$db));
 
$smarty->display('modern.tpl');