summaryrefslogtreecommitdiff
path: root/protected/views/veranstaltung/_short.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-05-25 09:13:44 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-05-25 09:13:44 +0200
commit9bdc1d98f91181375a6c077052db3c702a27c294 (patch)
tree192e01303b6f883375aeb6048c83a7ad1af326fa /protected/views/veranstaltung/_short.php
parent73cbf16f510930747aae963a863570c277332187 (diff)
2012 Inhalte für die Datenbank, anzeige erstmal auf cms reduziert
Diffstat (limited to 'protected/views/veranstaltung/_short.php')
-rw-r--r--protected/views/veranstaltung/_short.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/views/veranstaltung/_short.php b/protected/views/veranstaltung/_short.php
index 56c474b..0aadbf2 100644
--- a/protected/views/veranstaltung/_short.php
+++ b/protected/views/veranstaltung/_short.php
@@ -1,2 +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
+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