function render_news($subject, $news, $info) { echo '
'; echo "

".$subject."

\n"; echo '
'; echo $info['cat_image']."

".$news."

Dodał: ".$info['user_name']." Czytaj Całość "; echo '
'; echo '
'; echo '
'; }