Lines Matching refs:isToday
328 $isToday = ($dateKey === date('Y-m-d'));
332 if ($isToday) $classes .= ' cal-today';
337 $dayNumClass = $isToday ? 'day-num day-num-today' : 'day-num';
548 $isToday = ($dateKey === date('Y-m-d'));
552 if ($isToday) $cellClass .= ' static-day-today';
853 $isToday = $dateKey === $today;
944 } elseif ($isToday) {
1729 $isToday = $enableHighlighting && ($dateKey === $todayStr);
1752 $todayClass = $isToday ? ' eventlist-simple-today' : '';
1780 } elseif ($isToday) {
3022 $isToday = $date === $today;
3027 $bgColor = $isToday ? $themeStyles['cell_today_bg'] : $themeStyles['cell_bg'];
3028 $textColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3029 $fontWeight = $isToday ? '700' : '500';
3033 $glowColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3034 …$textShadow = $isToday ? 'text-shadow:0 0 3px ' . $glowColor . ';' : 'text-shadow:0 0 2px ' . $glo…
3036 $glowColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3037 …$textShadow = $isToday ? 'text-shadow:0 0 2px ' . $glowColor . ';' : 'text-shadow:0 0 1px ' . $glo…
3039 $glowColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3040 …$textShadow = $isToday ? 'text-shadow:0 0 2px ' . $glowColor . ';' : 'text-shadow:0 0 1px ' . $glo…