** Label not found for "last EVENTLOOP"
Remove the line
<%EVENTLOOP:%>
(I don't know that such structure is supported - or correct)
Change "last EVENTLOOP;" to just
last;
** It now only shows 4 events **
Change the conditional ($total_events == 5) to
($total_events > 5)
OR move that line further down in the routine like before the first <%/FOREACH%>
Dan O.
------------------