jd-wiki的当前位置hack成最近位置
|
|
Author: Autoit | Date:2006-08-18 | View: 8702 | Digg: 56 |
|
默认方式很不习惯, 干脆改成最近位置算了... /components/com_jd-wiki/inc/common.php 166行: $crumbs = isset($_SESSION[$conf['title']]['bc']); 替换为: if (isset($_SESSION[$conf['title']]['bc'])) { $crumbs = $_SESSION[$conf['title']]['bc']; } 顺便将 /components/com_jd-wiki/inc/lang/zh/lang.php里的文字也改一下. Permanent URL: http://www.autoit.cn/index.php/content/view/71/25.html |