Lines Matching refs:isToday
415 $isToday = ($dateKey === date('Y-m-d'));
419 if ($isToday) $classes .= ' cal-today';
424 $dayNumClass = $isToday ? 'day-num day-num-today' : 'day-num';
634 $isToday = ($dateKey === date('Y-m-d'));
638 if ($isToday) $cellClass .= ' static-day-today';
939 $isToday = $dateKey === $today;
1030 } elseif ($isToday) {
1842 $isToday = $enableHighlighting && ($dateKey === $todayStr);
1865 $todayClass = $isToday ? ' eventlist-simple-today' : '';
1893 } elseif ($isToday) {
3135 $isToday = $date === $today;
3140 $bgColor = $isToday ? $themeStyles['cell_today_bg'] : $themeStyles['cell_bg'];
3141 $textColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3142 $fontWeight = $isToday ? '700' : '500';
3146 $glowColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3147 …$textShadow = $isToday ? 'text-shadow:0 0 3px ' . $glowColor . ';' : 'text-shadow:0 0 2px ' . $glo…
3149 $glowColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3150 …$textShadow = $isToday ? 'text-shadow:0 0 2px ' . $glowColor . ';' : 'text-shadow:0 0 1px ' . $glo…
3152 $glowColor = $isToday ? $themeStyles['text_bright'] : $themeStyles['text_primary'];
3153 …$textShadow = $isToday ? 'text-shadow:0 0 2px ' . $glowColor . ';' : 'text-shadow:0 0 1px ' . $glo…