"; /* old: if (MSIE) echo ""; else echo "\"\""; echo ""; */ //loadBreadCrumbs($ar_crumbs); //provide breadcrumbs elements depending on current page state //print XMLtoHTML($xml, 'Fotos.xsl'); echo "

"; include("Php/dat_Zoldertje.php"); include("Php/pag_form.php"); $xml = GetLastResponses(); $xsl = 'Reactions.xsl'; $html = XMLtoHTML($xml, $xsl); print textToSmilieSmall($html); echo "
"; include("Php/dat_Poll.php"); $pollId = GetIdLastPoll(); $ip = getip(); if (IsClosed($pollId) == "TRUE") { $xml = GetPollResultsDetailed($pollId); $xsl = "Poll_Results.xsl"; print XMLtoHTML($xml, $xsl); echo "(Je kunt niet meer stemmen op deze poll)

"; } else if (HasVoted($ip, $pollId) == "FALSE") { $xml = GetPollDetailed($pollId); $xsl = "Poll.xsl"; print XMLtoHTML($xml, $xsl); } else { $xml = GetPollResultsDetailed($pollId); $xsl = "Poll_Results.xsl"; print XMLtoHTML($xml, $xsl); } echo "
"; // Commented 20150113 // include("Php/dat_Photos.php"); // $collectionId = getIdLastPhotoCollection(); // $photoId = GetRandomIdPhoto($collectionId); // //$photoId = 2; // $xml = GetDetailedPicture($collectionId, $photoId); // $xsl = 'Foto.xsl'; // print XMLtoHTML($xml, $xsl); // echo "
"; include("Php/dat_Cartoon.php"); $cartoonId = getIdLastCartoon(); $xml = GetCartoon($cartoonId); $xsl = 'Cartoon.xsl'; print XMLtoHTML($xml, $xsl); echo "
"; //-------------------------------------- loadHTMLBodyMainAreaEnd(); loadHTMLBodyEnd(PAGE_HOME, ""); ?>