if ( $this -> _article -> _values['print'] ):?>
' target='_blank'>
' style='border:0px;'>
endif;?>
if ( $this -> _article -> _values['show_title'] ):?>
= stripslashes( $this -> _article -> _values['title'] );?>
endif;?>
if ( $this -> _article -> _values['show_date'] ):?>
= $lang -> getTrans( 'T_DATA_PUBLIKACJI' );?>: = date( 'H:i d/m/Y', strtotime( $this -> _article -> _values['date_add'] ) );?>
endif;?>
if ( $this -> _article -> _values['show_author'] ):?>
$user = \user\FUser::getUserName( $this -> _article -> _values['author'] );
echo $user['name'] . ' ' . $user['surname'];
?>
endif;?>
if ( $this -> _article -> _values['thumbnail'] ):?>
endif;?>
= $this -> _article -> getModifyText();?>
if ( is_array( $this -> _article -> _values['images'] ) ):?>
foreach ( $this -> _article -> _values['images'] as $img ):?>
' class="fancybox-buttons" rel='= $this -> _article -> _values['id'];?>'>
endforeach;?>
endif;?>
if ( is_array( $this -> _article -> _values['files'] ) ):?>
foreach ( $this -> _article -> _values['files'] as $file ):?>
-
= $file['name'];?>
endforeach;?>
endif;?>
if ( $this -> _article -> _values['thumbnail'] ):?>
endif;?>
if ( is_array( $this -> _article -> _values['comments'] ) ) foreach ( $this -> _article -> _values['comments'] as $comment )
{
?>
}
?>
endif;?>