織夢默認的模板是.htm后綴的文件才可以用,其實也可以用.HTML來做模板,下面將介紹修改方法。
打開/include/arc.archives.class.php文件
找到
if (!preg_match("#.htm$#", $tmpfile)) return FALSE;
修改htm為html即可。