diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-06-27 09:43:07 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-06-27 09:43:07 +0200 |
| commit | 9278092334ea450d9e44ae0ef0e6f8ae8938be72 (patch) | |
| tree | 1cc52b36b783bd49b3221dfd16cad879c3ce9f3e /protected/views/veranstaltung/_short.php | |
| parent | 0dd6a984223f2c5607c430e456e0301b349044f4 (diff) | |
Adminfeatures CMS entfernt, Layout von Veranstaltungslisten verschönert
Diffstat (limited to 'protected/views/veranstaltung/_short.php')
| -rw-r--r-- | protected/views/veranstaltung/_short.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/views/veranstaltung/_short.php b/protected/views/veranstaltung/_short.php index 0aadbf2..52a726f 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><br />".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 /><br />
\ No newline at end of file |
