2021-12-03 08:40:16 +03:00

17 lines
613 B
PHP

<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();
/** @var array $arParams */
/** @var array $arResult */
/** @global CMain $APPLICATION */
/** @global CUser $USER */
/** @global CDatabase $DB */
/** @var CBitrixComponentTemplate $this */
/** @var string $templateName */
/** @var string $templateFile */
/** @var string $templateFolder */
/** @var string $componentPath */
/** @var CBitrixComponent $component */
$this->setFrameMode(true);
?>
<? foreach($arResult['ITEMS'] AS $program): ?>
<li><a href="<?= $program['DETAIL_PAGE_URL']; ?>"><?= $program['NAME']; ?></a></li>
<? endforeach; ?>