Pārlūkot izejas kodu

calendar misc text issue

causefx 7 gadi atpakaļ
vecāks
revīzija
1cd6cbea43
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      api/functions/homepage-connect-functions.php

+ 2 - 1
api/functions/homepage-connect-functions.php

@@ -1159,7 +1159,8 @@ function getCalendar()
 							'imagetypeFilter' => 'ical',
 							'className' => 'bg-calendar calendar-item bg-custom-calendar',
 							'start' => $startDate,
-							'end' => $endDate
+							'end' => $endDate,
+							'bgColor' => str_replace('text', 'bg', $extraClass),
 						);
 					}
 				}