From 1bd35ce6be57ddd805ee3833328fa72577a7425a Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Mon, 26 Sep 2011 11:53:31 +0000 Subject: [PATCH] =?UTF-8?q?Hintergrundfarbe=20der=20Zeitw=C3=BCnsche=20den?= =?UTF-8?q?=20globals=20angepasst=20(kamen=20vorher=20aus=20dem=20css)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cis/private/profile/zeitwunsch.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cis/private/profile/zeitwunsch.php b/cis/private/profile/zeitwunsch.php index 756fc681e..94a2da6e9 100644 --- a/cis/private/profile/zeitwunsch.php +++ b/cis/private/profile/zeitwunsch.php @@ -189,9 +189,10 @@ if(!$person->load($uid)) $index=$wunsch[$j][$i+1]; else $index=1; - $id='bgcolor'; - $id.=$index+3; - echo ''; + //$id='bgcolor'; + //$id.=$index+3; + $bgcolor=$cfgStdBgcolor[$index+3]; + echo ''; } echo ''; }