Get the notifications from the web interface.
[Sone.git] / src / main / resources / templates / include / head.html
index cf70729..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">
                                                        <button type="submit"><%= Notification.Button.Dismiss|l10n|html></button>
                                                </form>
                                        <%/if>
-                                       <% notification.render>
+                                       <% notification>
                                </div>
                        <%/foreach>
                </div>