修改index.inc.php 第60行
修改index.inc.php 第60行
case 'thread': include _include(APP_PATH.'route/thread.php'); break;
和 view/htm/thread_list.inc.htm
第14行
<li class="media thread tap <?php echo $_thread['top_class'];?> " data-href="<?php echo url("thread-$_thread[tid]");?>" data-tid="<?php echo $_thread['tid'];?>">
第37行
<a href="<?php echo url("thread-$_thread[tid]");?>"><?php echo $_thread['subject'];?></a>
以及model/misc.func.php
第30行
$r = $path . '?' . $query . '.htm';
第32行
$r = $path . $query . '.htm';
注:若开启伪静态需要把伪静态的htm也改成html或其它
修改index.inc.php 第60行
case 'thread': include _include(APP_PATH.'route/thread.php'); break;
和 view/htm/thread_list.inc.htm
第14行
<li class="media thread tap <?php echo $_thread['top_class'];?> " data-href="<?php echo url("thread-$_thread[tid]");?>" data-tid="<?php echo $_thread['tid'];?>">
第37行
<a href="<?php echo url("thread-$_thread[tid]");?>"><?php echo $_thread['subject'];?></a>
以及model/misc.func.php
第30行
$r = $path . '?' . $query . '.htm';
第32行
$r = $path . $query . '.htm';
把红色标记的代码修改为你需要的即可
修改后记得清缓存
来源:xiunobbs
签名:这个人很懒,什么也没有留下!