'online_service', 'Статьи' => 'article', 'Автопарк' => 'fleet', 'Перевозки' => 'international_shipping', 'Услуги' => 'services', 'Страны' => 'country', 'Полезная информация' => 'info');
$level_2 = array('Online сервисы' => 'online_service', 'Статьи' => 'article', 'Страны' => 'country');
?>
= $title ?>
include 'includes/counter_google.html'; ?>
include 'includes/title.html'; ?>
= $h2 ?>
= $text ?>
$file_name){
if (!in_array($file_ulr, $not_list)){
$check = array_search($file_ulr, $level_1);
if ($check){
echo '- '.$file_name.'';
echo '
';
foreach ($list_files[$check] as $sub_ulr => $sub_name){
$check2 = array_search($sub_ulr, $level_2);
$path_url = (get_info_page($check, 1)) ? get_info_page($check, 1).'/' : false;
if ($sub_name == 'Страны'){
$sub_ulr = 'international_shipping';
$path_url = false;
}
echo '- '.$sub_name.'';
if ($check2){
$path_url2 = get_info_page($check2, 1);
echo '
';
foreach ($list_files[$check2] as $sub1_ulr => $sub1_name){
echo '- '.$sub1_name.'
';
}
echo '
';
}
echo ' ';
}
echo '
';
echo ' ';
}
else {
echo '- '.$file_name.'
';
}
}
}
?>
include 'includes/advantages.html'; ?>
include 'includes/geography.html'; ?>
include 'includes/copyright.html'; ?>
include 'includes/list_phone.html'; ?>
include 'includes/call_back.html'; ?>