global $lang;
if ( isset( $this -> _articles ) && is_array( $this -> _articles ) ) foreach ( $this -> _articles as $art )
{
if ( $art -> get_seo_link() )
$link = $art -> get_seo_link();
else
$link = 'a,' . $art -> get_id() . ',' . \System::seo( $art -> get_title() );
?>
if ( $art -> get_show_title() )
{
?>
}
if ( $art -> getImg() )
{
?>
}
if ( $art -> get_show_date() )
{
?>
=date( 'H:i d/m/Y', strtotime( $art -> get_date_add() ) );?>
}
?>
$text = $art -> getModifyText( true );
echo mb_substr( strip_tags( $text ) , 0 , 500 , 'UTF-8' );
if ( strlen( $text ) > 500 )
echo '...';
?>
=$lang -> getTrans( 'T_WIECEJ' );?>
}
?>