mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
PageMenu-Item is now marked as active
This commit is contained in:
parent
8cd5aaed42
commit
653bb7d88b
@ -11,5 +11,11 @@
|
||||
* @subpackage page
|
||||
*/
|
||||
class ChatPage extends AbstractPage {
|
||||
|
||||
/**
|
||||
* @see wcf\page\IPage::show()
|
||||
*/
|
||||
public function show() {
|
||||
\wcf\system\menu\page\PageMenu::getInstance()->setActiveMenuItem('wcf.header.menu.chat');
|
||||
parent::show();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user