jd-wiki的当前位置hack成最近位置
Author Author: Autoit | Date Date:2006-08-18 | View Count View: 8702 | Digg Count 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

Shares: Google书签 Yahoo书签 雅虎收藏夹 365Key网摘 新浪ViVi 百度收藏 天极网摘 diglog 和讯网摘 POCO网摘 YouNote网摘 博拉网 天下图摘 spurl blogmarks BlinkList reddit digg Del.icio.us   |  Tags: jd-wiki