test include('http://213.239.214.171/directory/include/include.h.php'); define("IN_INDEX", true); //-------------------------------------------------------------------------------- function mainprint($bodycontent) { global $template, $session; $htmlstr = ""; include('http://213.239.214.171/directory/menu.php'); $htmlstr = $template->getstr(); $template->loadtemplate('http://213.239.214.171/directory/templates/main.htm'); $template->replace("FRAMEMENU", $htmlstr); $template->replace("FRAMEBODY", $bodycontent); $template->replace("SESSION", $session); echo $template->getstr(); } function escape(&$str) { $str = str_replace("'", "'", $str); } //-------------------------------------------------------------------------------- if ($do == "none") {//****************************** none ******************************************** $do = "rsslist_printlist"; }// none $pos = strpos($do, "_"); $dofile = substr($do, ... →