������ ���������Դ����ʴ������Դ���
";
}
$category = "article";
$content_id = $article_id;
$template = $tp_article_gen;
$fp = fopen($template,"r");
$HTML = fread($fp,filesize($template)); fclose($fp);
$HTML = preg_replace("/\\$(\w+)/e","$$1",$HTML);
echo $HTML;
ob_end_flush();
exit;
ob_end_flush();
#### end of program ####
#####################################################################
#### Start sub program. Don't touch anything below ####
?>