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 '
Dodano: ' . date( 'Y-m-d H:i', strtotime( $article['date_add'] ) ) . '
';
?>
endforeach; endif;?>