Your IP : 18.222.147.59


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

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

$arComponentDescription = array(
	"NAME" => GetMessage("LEARNING_COURSE_LIST_NAME"),
	"DESCRIPTION" => GetMessage("LEARNING_COURSE_LIST_DESC"),
	"ICON" => "/images/course_list.gif",
	"PATH" => array(
		"ID" => "service",
		"CHILD" => array(
			"ID" => "learning",
			"NAME" => GetMessage("LEARNING_SERVICE"),
			"CHILD" => array(
				"ID" => "course",
				"NAME" => GetMessage("LEARNING_COURSE_SERVICE")
			),
		),
	)
);


?>