From e09858527112e5a0883f1831c4b83b1eeb237954 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Tue, 5 Jul 2011 14:14:42 +0200 Subject: EventView korrigiert --- application/views/scripts/event/index.phtml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'application/views/scripts/event') diff --git a/application/views/scripts/event/index.phtml b/application/views/scripts/event/index.phtml index d35f7c8..ee2d182 100644 --- a/application/views/scripts/event/index.phtml +++ b/application/views/scripts/event/index.phtml @@ -6,13 +6,14 @@
eventlist)==0) -echo "There are no events" ?> -eventlist as $pool => $poolEvents): - if(count($poolEvents)==0) - break; + echo "There are no events"; +else + foreach ($this->eventlist as $pool => $poolEvents): + if(count($poolEvents)==0) + break; ?>

- +
@@ -71,8 +72,8 @@ echo "There are no events" ?>
+ -


\ No newline at end of file -- cgit v1.2.3-55-g7522