SeaCMS自定义地图页模板文件和生成静态文件名
编辑 /include/mkhtml.func.php
文件第43行,找到:
function makeAllmovie($by='video')
{
global $mainClassObj;
switch ($by){
case 'video':
$templatePath="/templets/".$GLOBALS['cfg_df_style']."/".$GLOBALS['cfg_df_html']."/map.html";
break;
修改为