.left.menu.php 616 Bytes
<?
$aMenuLinks = Array(
	Array(
		"Вера Лотар-Шевченко", 
		"/lothar_shevchenko/", 
		Array(), 
		Array("modification"=>"/lothar_shevchenko/biography/"), 
		"" 
	),
	Array(
		"О конкурсе", 
		"/about_the_contest/", 
		Array(), 
		Array("modification"=>"/about_the_contest/history/"), 
		"" 
	),
	Array(
		"Пресс-центр", 
		"/press_center/", 
		Array(), 
		Array(), 
		"" 
	),
	Array(
		"Конкурс 2025", 
		"/competition/", 
		Array(), 
		Array("modification"=>"/competition/terms/"), 
		"" 
	),
	Array(
		"Архив", 
		"/archive/", 
		Array(), 
		Array(), 
		"" 
	)
);
?>