php"); $ALT="Print Calendar "; $NSTART=0; $NAMEFF="";$next=$_REQUEST["next"]; $typey=$_REQUEST["typey"]; if(strlen($typey)==0)$typey=2; $cc=$_REQUEST["calendar"]; if(strlen($cc)!=0)$NAMEFF=$cc; else $NAMEFF="calendar_nature"; $NIMAGE=12; if($NAMEFF=="calendar_bird")$NIMAGE=21; if($NAMEFF=="calendar_butterfly")$NIMAGE=17; if($NAMEFF=="calendar_undersea")$NIMAGE=15; if($NAMEFF=="calendar_nature")$NIMAGE=16; $NPAGE=6; if(strlen($next)!=0)$NSTART=$next*$NPAGE; if($NSTART<0)$NSTART=0; if($ckhtml5mobile==1){ $temphmobile=$_SERVER["SCRIPT_NAME"]; $temphmobile=str_replace(".php","_m.php",$temphmobile); $lenmm=strlen($temphmobile); $ni=0; for($i=$lenmm-1;$i>=0;$i--){ if($temphmobile[$i]=="/"){$ni=$i+1;$i=-1;} } $temphmobile=substr($temphmobile,$ni,$lenmm-$ni); $desktop=$_REQUEST["desktop"]; if($desktop!=1){ if(file_exists($temphmobile)){ include($temphmobile); exit(); } } } ?>