function render_news($subject, $news, $info) { global $_GET; $image = ""; $image = $info['cat_image']; echo "\n"; echo "
\n"; echo "
\n"; echo "
".$image."
\n"; echo "
\n"; echo "".$info['news_subject']."\n"; echo "\n"; echo "
\n"; echo "
".$news."
\n"; echo "\n"; echo "
\n"; echo "
\n"; echo "
\n"; }