Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfc5816a authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

groupware fix

parent 7d83cdd1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ class BeforeTemplateRenderedListener implements IEventListener {
		if (strpos($pathInfo, '/apps/snappymail/') !== false) {
			$this->util->addStyle($this->appName, 'snappymail');
		}
		if (strpos($pathInfo, '/settings/user/groupware') !== false) {
		if (strpos($pathInfo, '/settings/user/availability') !== false) {
			$this->util->addStyle($this->appName, 'settings-groupware');
		}
		if (strpos($pathInfo, '/apps/memories/') !== false) {