去掉DEDECMS导航里的"index.html"的解决办法
导航里的"index.html"能不能去掉???现在的连接地址是:xxxx/lanmu1/index.html 能不能改成:xxxx/lanmu1/
A:按照下面的形式修改模板即可,仿站培训默认为/templets/default/head.htm:
{dede:channel type='top'}
<li><a href='[field:typeurl function='str_replace("index.htm","",@me)'/]'>[field:typename/]</a></li> {/dede:channel}
相关仿站教程:
- 相关链接:
- 教程说明:
去掉DEDECMS导航里的"index.html"的解决办法
。