如何去掉或修改DeDeCMS二级栏目标题title中的斜杠(/)?

用记事本打开文件include/arc.listview.class.php,找到源代码

$this->Fields['title'] = ereg_replace("[<>]"," / ",$this->TypeLink->GetPositionLink(false));

将其中的斜杠/去掉或者替换成其他符号比如-或者_都可以。