summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2013-06-25 15:19:20 +0200
committerPatrick Seeger <pseeger@ccwn.org>2013-06-25 15:19:20 +0200
commit3348379e22e3f6a51fdbd1c64451422ab922bbfc (patch)
tree5a1bd653ad7856121dbb4c3cdf6c77e9f3550e96
parentd5ad9875601f41aa87e318ba7c2c8ee15d735250 (diff)
Anzeige von Hintergrundbildern in der Vereinsübersicht
-rw-r--r--protected/views/verein/_short.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/views/verein/_short.php b/protected/views/verein/_short.php
index 007cf62..0230b09 100644
--- a/protected/views/verein/_short.php
+++ b/protected/views/verein/_short.php
@@ -18,7 +18,7 @@ if(strlen($myBeschreibung)> 0) {
background-image: url('www.astaf.de/images/gartenschaenke.jpg');
*/?>
-<div class="box ym-clearfix" style="background-color:#F8FAFB;" >
+<div class="box ym-clearfix" style="background-color:#F8FAFB;<?php if ($data->hintergrund && ""!=$data->hintergrund) {?>background-image: url('<?php echo $data->hintergrund;?>');<?php }?>" >
<?php if ($data->bild && ""!=$data->bild) {
if(strlen($myBeschreibung)>100) {
echo CHtml::image($data->bild,'Vereinslogo '.$data->name, array("class" => "float-right bordered"));