Lines Matching refs:isToday
293 $isToday = ($dateKey === date('Y-m-d'));
297 if ($isToday) $classes .= ' cal-today';
302 $dayNumClass = $isToday ? 'day-num day-num-today' : 'day-num';
506 $isToday = ($dateKey === date('Y-m-d'));
510 if ($isToday) $cellClass .= ' static-day-today';
811 $isToday = $dateKey === $today;
902 } elseif ($isToday) {
1881 $isToday = $enableHighlighting && ($dateKey === $todayStr);
1904 $todayClass = $isToday ? ' eventlist-simple-today' : '';
1932 } elseif ($isToday) {
3303 $isToday = $date === $today;
3308 $bgColor = $isToday ? $themeStyles['cell_today_bg'] : $themeStyles['cell_bg'];
3309 $textColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3310 $fontWeight = $isToday ? '700' : '500';
3314 $glowColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3315 …$textShadow = $isToday ? 'text-shadow:0 0 3px ' . $glowColor . ';' : 'text-shadow:0 0 2px ' . $glo…
3317 $glowColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3318 …$textShadow = $isToday ? 'text-shadow:0 0 2px ' . $glowColor . ';' : 'text-shadow:0 0 1px ' . $glo…
3320 $glowColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3321 …$textShadow = $isToday ? 'text-shadow:0 0 2px ' . $glowColor . ';' : 'text-shadow:0 0 1px ' . $glo…