diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-05-15 21:30:11 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-05-15 21:30:11 +0200 |
| commit | 5759435f4da8ec800ba9af0fbbf7d6691e9ed56c (patch) | |
| tree | a3e6f6c676743e89b11804a03bd4f1e837983be9 /protected/views/verein/_short.php | |
| parent | 94bdb31c204cdae3ca820828d4731f11f6ffeeae (diff) | |
diverse Layoutings
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 |
