$this -> article['language']['seo_link'] ? $url = $this -> article['language']['seo_link'] : $url = 'a-' . $this -> article['id'] . '-' . \S::seo( $this -> article['language']['title'] );?>
' . ucfirst( $lang['data-dodania'] ) . ': ' . date( 'H:i d/m/Y', strtotime( $this -> article['date_add'] ) ) . '
' . ucfirst( $lang['data-modyfikacji'] ) . ': ' . date( 'H:i d/m/Y', strtotime( $this -> article['date_modify'] ) ) . '
$content = $this -> article['language']['entry'];
$content = preg_replace( "/
![]()
]+\>/i", "", $content );
$content = preg_replace( "/
]*?><\/p>/", "", $content );
$content = trim( strip_tags( $content ) );
echo mb_substr( $content, 0, 200, 'UTF-8' );
if ( strlen( $content) > 200 )
echo '...';
?>