summaryrefslogtreecommitdiff
path: root/protected/views/verein/_short.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/views/verein/_short.php')
-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"));