Blame view

.bottom.menu.php 265 Bytes
60c6f0893   root   init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  <?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
  <?
  $aMenuLinks = Array(
  	Array(
  		"Контакты", 
  		"contacts/", 
  		Array(), 
  		Array(), 
  		"" 
  	),
  	Array(
  		"Авторизация", 
  		"login/", 
  		Array(), 
  		Array(), 
  		"" 
  	)
  );
  ?>