From 0e25a9b8215001fa6cec8d98ba635a336037dc78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sun, 27 Nov 2011 12:49:13 +0100 Subject: [PATCH] Remove Index Breadcrumb We have more space now. The chat doesn't really belong to "Forum" either --- file/lib/page/ChatPage.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/file/lib/page/ChatPage.class.php b/file/lib/page/ChatPage.class.php index 372966b..0178cfd 100644 --- a/file/lib/page/ChatPage.class.php +++ b/file/lib/page/ChatPage.class.php @@ -82,6 +82,9 @@ public function readParameters() { */ public function show() { \wcf\system\menu\page\PageMenu::getInstance()->setActiveMenuItem('wcf.header.menu.chat'); + + // remove index breadcrumb + WCF::getBreadcrumbs()->remove(0); parent::show(); } }