1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Remove Index Breadcrumb

We have more space now. The chat doesn't really belong to "Forum" either
This commit is contained in:
Tim Düsterhus 2011-11-27 12:49:13 +01:00
parent 5c72cd52be
commit 0e25a9b821

View File

@ -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();
}
}