global $lang;
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 -> _values['show_title'] ):?>
= stripslashes( $art -> _values['title'] );?>
endif;?>
if ( $art -> _values['show_date'] ):?>
= $lang -> getTrans( 'T_DATA_PUBLIKACJI' );?>: = date( 'Y-m-d H:s' , strtotime( $art -> _values['date_add'] ) );?>
endif;?>
if ( $art -> _values['comments_enabled'] ):?>
endif;?>
if ( $art -> _values['show_author'] ):?>
$user = \user\FUser::getUserName( $art -> _values['author'] );
echo $user['name'] . ' ' . $user['surname'];
?>
endif;?>
if ( $art -> _values['print'] ):?>
' target='_blank'>
' style='border:0px;'>
endif;?>
if ( $art -> _values['thumbnail'] ):?>
endif;?>
= $art -> getModifyText();?>
if ( is_array( $art -> _values['images'] ) ):?>
foreach ( $art -> _values['images'] as $img ):?>
' class="fancybox-buttons" rel='= $art -> _values['id'];?>'>
endforeach;?>
endif;?>
if ( is_array( $art -> _values['files'] ) ):?>
foreach ( $art -> _values['files'] as $file ):?>
-
= $file['name'];?>
endforeach;?>
endif;?>
if ( $art -> _values['thumbnail'] ):?>
endif;?>
}
?>