summaryrefslogtreecommitdiff
path: root/protected/views/veranstaltung/_short.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/views/veranstaltung/_short.php')
-rw-r--r--protected/views/veranstaltung/_short.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/protected/views/veranstaltung/_short.php b/protected/views/veranstaltung/_short.php
new file mode 100644
index 0000000..56c474b
--- /dev/null
+++ b/protected/views/veranstaltung/_short.php
@@ -0,0 +1,2 @@
+<?php
+echo CHTML::link("<strong>".$data->titel."</strong> ".Yii::app()->dateFormatter->format('EEEE hh:mm',$data->startzeit)." Uhr bis ".Yii::app()->dateFormatter->format('EEEE hh:mm',$data->endzeit),array("veranstaltung/view","id"=>$data->id)); ?><br /> \ No newline at end of file