GetValue("select ftext from stpagetext where fid=".$pageID);
$smarty->assign("sText",$sText);
$smarty->assign("sPage","Home");
$smarty->assign("URI_IMAGES_PHOTO",$URI_IMAGES."home_photo.jpg");
$smarty->force_compile = $g_bDevelopMode;
$smarty->debugging = !true;
$smarty->display("index.tpl");
?>