Revision | 461ad0d01ac9a629dcdaec35b806c47a6fabeba1 (tree) |
---|---|
Zeit | 2004-08-12 22:02:26 |
Autor | henoheno <henoheno> |
Commiter | henoheno |
Suppress redundant link by default
@@ -2,7 +2,7 @@ | ||
2 | 2 | ///////////////////////////////////////////////// |
3 | 3 | // PukiWiki - Yet another WikiWikiWeb clone. |
4 | 4 | // |
5 | -// $Id: topicpath.inc.php,v 1.3 2004/08/12 12:50:01 henoheno Exp $ | |
5 | +// $Id: topicpath.inc.php,v 1.4 2004/08/12 13:02:26 henoheno Exp $ | |
6 | 6 | // topicpath plugin for PukiWiki |
7 | 7 | // available under the GPL |
8 | 8 |
@@ -18,7 +18,7 @@ define('PLUGIN_TOPICPATH_TOP_SEPARATOR', ' / '); | ||
18 | 18 | // そのページ自身を表示するか |
19 | 19 | define('PLUGIN_TOPICPATH_THIS_PAGE_DISPLAY', TRUE); |
20 | 20 | // 表示する場合、自分自身を指すリンクを表示するか |
21 | -define('PLUGIN_TOPICPATH_THIS_PAGE_LINK', TRUE); | |
21 | +define('PLUGIN_TOPICPATH_THIS_PAGE_LINK', FALSE); | |
22 | 22 | |
23 | 23 | function plugin_topicpath_convert() |
24 | 24 | { |