if ( is_array( $this -> _articles ) ): foreach ( $this -> _articles as $art ):?>
$art -> getImg() ? $src = "resources/thumber.php?img=" . $art -> getImg() . "&w=300&h=200&cache=false" : $src = "resources/thumber.php?img=images/system/no_img.jpg&w=250&h=250";
$art -> _values['seo_link'] ? $link = $art -> _values['seo_link'] : $link = 'a,' . $art -> _values['id'] . ',' . \System::seo( $art -> _values['title'] );
?>
-
= $art -> _values['title'];?>
więcej
endforeach; endif;?>