if ( is_array( $this -> _articles ) ): foreach ( $this -> _articles as $art ):?>
$art -> _values['seo_link'] ? $link = $art -> _values['seo_link'] : $link = 'a,' . $art -> _values['id'] . ',' . \System::seo( $art -> _values['title'] );?>
if ( $art -> getImg() ):?>
else:?>
endif;?>
$text = $art -> getModifyText( true );
echo mb_substr( strip_tags( $text ) , 0 , 250 , 'UTF-8' );
if ( strlen( $text ) > 250 )
echo '...';
?>
= $lang -> getTrans( 'T_WIECEJ' );?>