"; if ($thisChannel["image"]) { echo "".$thisChannel["image"]["title"].""; } echo "

".$thisChannel["title"]."

".$thisChannel["description"]."

"; foreach ($thisChannel["items"] as $thisItem) { echo " "; } echo "
".$thisItem["title"]."
".$thisItem["description"]."

"; } ?>