<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
<div class="news-line">
<?foreach($arResult["ITEMS"] as $i => $arItem):?>
<?if ($i == 0)://последняя новость?>
<small><span class="news-date-time"><?echo $arItem["DISPLAY_ACTIVE_FROM"]?> </span><a href="<?echo $arItem["DETAIL_PAGE_URL"]?>"><?echo $arItem["NAME"]?></a><br /></small>
<?elseif ($i == 1)://предпоследняя новость?>
<small><span class="news-date-time"><?echo $arItem["DISPLAY_ACTIVE_FROM"]?> </span><a href="<?echo $arItem["DETAIL_PAGE_URL"]?>"><?echo $arItem["NAME"]?></a><br /></small>
<?endif;?>
<?endforeach;?>
</div> |