evoleasing-public/.about.menu_ext.php

62 lines
747 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?
$aMenuLinks = Array(
Array(
"О компании",
"/about/",
Array(),
Array(),
""
),
Array(
"Новости",
"/about/news/",
Array(),
Array(),
""
),
Array(
"Карьера",
"/about/career/",
Array(),
Array(),
""
),
Array(
"Контакты",
"/about/contacts/",
Array(),
Array(),
""
),
Array(
"Реквизиты",
"/about/requisites/",
Array(),
Array(),
""
),
Array(
"Инвесторам",
"/about/investoram/",
Array(),
Array(),
""
),
Array(
"Прочее",
"/general-terms/",
Array(),
Array(),
""
),
/*
Array(
"Отзыв доверенностей",
"/revocation/",
Array(),
Array(),
""
),
*/
);
?>