' . $this -> article['language']['title'] . '
'; if ( $this -> article['show_date_add'] ) echo 'Data publikacji: ' . date( 'd.m.Y', strtotime( $this -> article['date_add'] ) ) . '
';
?>
if ( $this -> article['repeat_entry'] ):?>
= $this -> article['language']['entry'];?>
endif;?>
= $text;?>
if ( is_array( $this -> article['images'] ) ):
?>
endif;
if ( is_array( $this -> article['files'] ) ):
?>
-
foreach ( $this -> article['files'] as $file ):
?>
- if ( $file['name'] ) echo $file['name']; else { $name = explode( '/', $file['src'] ); echo $name[ count( $name ) - 1 ]; } ?> endforeach; ?>