%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/bitrix/www/local/templates/UB/includes/
Upload File :
Create Path :
Current File : /home/bitrix/www/local/templates/UB/includes/articles.php

<?IncludeTemplateLangFile(__FILE__);?>
<!-- Latest Posts start --> 
<div class="latest-posts">
   <div class="container container-big">
      <div class="row">
         <div class="col-lg-12 col-md-12 com-sm-12 col-xs-12">
            <h3 class="title"><?=GetMessage("ARTICLES")?></h3>
         </div>
         <div class="clearfix"></div>
         <div class="news-showcase col-lg-12 col-md-12 col-sm-12 col-xs-12 animate_afb d1">
            <ul>
  <?if (CModule::IncludeModule("iblock")) $mod=true;
     $res = CIBlockElement::GetList(Array("active_from"=>"DESC", "created"=>"DESC"), array("ACTIVE"=>"Y", "IBLOCK_ID"=>7), false, array("nTopCount"=>2));  
             while($ar_fields = $res->GetNext()){
	   $d_pict = '';$p_pict = '';
	   //$d_pict = CFile::GetPath($ar_fields["DETAIL_PICTURE"]);
	   $p_pict = CFile::GetPath($ar_fields["PREVIEW_PICTURE"]);
	  // if (!$d_pict) $d_pict = $p_pict;
  ?>
               <li>
      <div class="news-showcase-extra-info col-lg-4">
                     <span><i class="fa fa-clock-o"></i>&nbsp;<a href="<?=$ar_fields['DETAIL_PAGE_URL']?>"><?=$ar_fields["DATE_ACTIVE_FROM"]?></a></span>
                     <h4><a href="<?=$ar_fields['DETAIL_PAGE_URL']?>" class="title"><?=$ar_fields["NAME"]?></a></h4>
                     <p><?=$ar_fields["PREVIEW_TEXT"]?></p>
                  </div>
                  <div class="news-showcase-thumb col-lg-4">
                     <div class="post-body">
										 	<a class="post-item-link" href="<?=$ar_fields['DETAIL_PAGE_URL']?>"><img alt="" src="<?=$p_pict?>"></a>
                     </div>
                  </div>                              
               </li>
   <?}?>
            </ul>
            <div class="clearfix"></div>
         </div>
      </div>
   </div>
</div>
<!-- Latest Posts End -->
            

Zerion Mini Shell 1.0