diff options
author | Joas Schilling <coding@schilljs.com> | 2021-01-18 15:00:20 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-01-18 15:00:20 +0100 |
commit | 84b33a44353369d519e57d916e9aed35f479ab07 (patch) | |
tree | af99b8ce9a49a6e6ebb7d8ebb54dac2b1fefeec0 /core/templates | |
parent | e9b5805e6c80ff2ccba7f6eb5f9213dce7e756e0 (diff) | |
download | nextcloud-server-84b33a44353369d519e57d916e9aed35f479ab07.tar.gz nextcloud-server-84b33a44353369d519e57d916e9aed35f479ab07.zip |
Directly add notifications element
Since there seems to be an issue with the old way notifications is mounted,
we now hardcode it.
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.user.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 63bc26bc65f..3a698550ead 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -104,6 +104,7 @@ <div class="header-right"> <div id="unified-search"></div> + <div id="notifications"></div> <div id="contactsmenu"> <div class="icon-contacts menutoggle" tabindex="0" role="button" aria-haspopup="true" aria-controls="contactsmenu-menu" aria-expanded="false"> |