Get the notifications from the web interface.
[Sone.git] / src / main / resources / templates / include / head.html
index 75485bf..2802d4e 100644 (file)
                <%/if>
 
                <div id="notification-area">
-                       <%foreach webInterface.core.notifications.all notification>
+                       <%foreach webInterface.notifications.all notification>
                                <div class="notification" id="<% notification.id|html>">
                                        <%if notification.dismissable>
                                                <form class="dismiss" action="dismissNotification.html" method="post">