Skip to content

Commit

Permalink
Merge pull request #10472 from nextcloud/add-notification-container-t…
Browse files Browse the repository at this point in the history
…o-public-layout-template

Add notification container to public layout template
  • Loading branch information
rullzer authored Jul 31, 2018
2 parents 411387d + 84c46dd commit 9886805
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/templates/layout.public.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
</head>
<body id="<?php p($_['bodyid']);?>">
<?php include('layout.noscript.warning.php'); ?>
<div id="notification-container">
<div id="notification"></div>
</div>
<header id="header" class="<?php p($_['header-classes']); ?>">
<div class="header-left">
<span id="nextcloud">
Expand Down

0 comments on commit 9886805

Please sign in to comment.