Your IP : 18.191.147.141


Current Path : /home/bitrix/ext_www/klimatlend.ua/bitrix/components/bitrix/learning.course/
Upload File :
Current File : /home/bitrix/ext_www/klimatlend.ua/bitrix/components/bitrix/learning.course/.description.php

<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die();

$arComponentDescription = array(
	"NAME" => GetMessage("LEARNING_COURSE_COMPLEX_NAME"),
	"DESCRIPTION" => GetMessage("LEARNING_COURSE_COMPLEX_DESC"),
	"ICON" => "/images/course_complex.gif",
	"COMPLEX" => "Y",
	"PATH" => array(
		"ID" => "service",
		"CHILD" => array(
			"ID" => "learning",
			"NAME" => GetMessage("LEARNING_SERVICE"),
			"CHILD" => array(
				"ID" => "course",
				"NAME" => GetMessage("LEARNING_COURSE_SERVICE")
			),
		),
	)
);


?>