mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40: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:
parent
5c72cd52be
commit
0e25a9b821
@ -82,6 +82,9 @@ public function readParameters() {
|
|||||||
*/
|
*/
|
||||||
public function show() {
|
public function show() {
|
||||||
\wcf\system\menu\page\PageMenu::getInstance()->setActiveMenuItem('wcf.header.menu.chat');
|
\wcf\system\menu\page\PageMenu::getInstance()->setActiveMenuItem('wcf.header.menu.chat');
|
||||||
|
|
||||||
|
// remove index breadcrumb
|
||||||
|
WCF::getBreadcrumbs()->remove(0);
|
||||||
parent::show();
|
parent::show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user