define(array(main => "srt.html")); //position all the variables needed by zoomap component $tpl->assign(MAP,urlencode($MAP)); $tpl->assign(SMALLMAP,urlencode($SMALLMAP)); $tpl->assign(MAPNAME,urlencode($MAPNAME)); $tpl->assign(INFO,urlencode($INFO)); $tpl->assign(TTF_SIZE,urlencode($TTF_SIZE)); $tpl->assign(TITLECOLOR,urlencode($TITLECOLOR)); $tpl->assign(INFOCOLOR,urlencode($INFOCOLOR)); $tpl->parse(MAIN,"main"); $tpl->FastPrint(MAIN); ?>