get_val( 'settings', $a, 'xml' ); if (!$xml['xml']){$db->free_sql("INSERT INTO `settings` (`mod`, `xml`, `site`) VALUES ('set_rekv', 'Заполните правильное название', '');"); $xml = $db -> get_val( 'settings', $a, 'xml' ); } require_once MYDIR . '/api/php/parsexml.php'; $parce -> make_massiv ( $xml ); $arr = $parce -> res; foreach ( $arr as $key => $value ) $settings[$key] = $value; //Получаем список шаблонов.... include_once(MYDIR . '/api/php/list_dir.php'); $templates_list=list_dir(MYDIR . '/api/templates/other'); $smarty->assign('templates_list', $templates_list); ?>