From 33c8bf76f7078aa00a8a33c89e1714eaa4fbfdaf Mon Sep 17 00:00:00 2001 From: henoheno Date: Sat, 29 Jan 2005 23:08:46 +0900 Subject: [PATCH] Cleanup before correction. Japanese => English. Shrink. Shrink quotation. --- plugin/topicpath.inc.php | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/plugin/topicpath.inc.php b/plugin/topicpath.inc.php index 3c77044..5449a76 100644 --- a/plugin/topicpath.inc.php +++ b/plugin/topicpath.inc.php @@ -1,23 +1,22 @@ $element"; + $topic_path[] = '' . + $element . ''; } else { - $topic_path[] = $element; $b_link = TRUE; // Maybe reacheable once at a time + $topic_path[] = $element; } } - if (PLUGIN_TOPICPATH_TOP_DISPLAY) { + if (PLUGIN_TOPICPATH_TOP_DISPLAY) $topic_path[] = make_pagelink($defaultpage, PLUGIN_TOPICPATH_TOP_LABEL); - } return join(PLUGIN_TOPICPATH_TOP_SEPARATOR, array_reverse($topic_path)); } -- 2.11.0