global $lang;?>
if ( is_array( $this -> articles ) ): foreach( $this -> articles as $article ):?>
$article['language']['seo_link'] ? $url = $article['language']['seo_link'] : $url = 'a-' . $article['id'] . '-' . \S::seo( $article['language']['title'] );
?>
if ( $this -> articles[0]['show_date_add'] )
echo '
' . ucfirst( $lang['data-dodania'] ) . ': ' . $this -> articles[0]['date_add'] . '
';
?>
endforeach; endif;?>