Blame view

bitrix/components/citrus/menu.contests/.description.php 521 Bytes
60c6f0893   root   init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  <?
  if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die();
  
  $arComponentDescription = array(
  	"NAME" => "Меню конкурса",
  	"DESCRIPTION" => "Строит меню для конкурса",
  	"ICON" => "/images/icon.gif",
  	"SORT" => 10,
  	"CACHE_PATH" => "Y",
  	"PATH" => array(
  		"ID" => "citrus", // for example "my_project"
  		/*"CHILD" => array(
  			"ID" => "", // for example "my_project:services"
  			"NAME" => "",  // for example "Services"
  		),*/
  	),
  	"COMPLEX" => "N",
  );
  
  ?>