function gettemplate($template,$endung="htm")
{
global $templatefolder;
if(!$templatefolder) $templatefolder = "templates";
return str_replace("\\"","\\\\\\"",implode("",file($templatefolder."/".$template.".".$endung)));
}
function dooutput($template)
{
global $td_bgColor, $td_textColor ;
$template = str_replace("bgcolor=\\"title\\"","bgcolor="."$td_bgColor",$template);
$template = str_replace("color=\\"title\\"","color="."$td_textColor",$template);
echo $template;
}
V function1 mojesh delat viborku iz bazi.. prinzip yasen