Your IP : 18.191.238.22
<?
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")
),
),
)
);
?>