diff options
Diffstat (limited to 'protected/views/verein/_short.php')
| -rw-r--r-- | protected/views/verein/_short.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/views/verein/_short.php b/protected/views/verein/_short.php index 0ff6284..c6e42de 100644 --- a/protected/views/verein/_short.php +++ b/protected/views/verein/_short.php @@ -11,4 +11,4 @@ if(strlen(strip_tags($data->beschreibung))>300) { <?php /* <p><?php echo CHTML::link(CHTML::decode($myBeschreibung),array("verein/view","id"=>$data->id)); ?></p> */?> -<?php echo CHTML::link("<h6>".$data->name."</h6><p>".$myBeschreibung."</p>" ,array("verein/view","id"=>$data->id)); ?>
\ No newline at end of file +<?php echo CHTML::link("<h6>".$data->name." (".$data->standort->name.")</h6><p>".$myBeschreibung."</p>" ,array("verein/view","id"=>$data->id)); ?>
\ No newline at end of file |
