|
Stud.IP
jlu_4.1 Revision
|
Variables | |
| $at = date('G', $atime) | |
| if( $at >=$settings[ 'start'] &&$at<=$settings[ 'end']||! $atime) elseif($at< $settings['start']) | else |
| $end = 23 * 3600 | |
| $em = $calendar->createEventMatrix($start, $end, $settings['step_day']) | |
| $max_columns = $em['max_cols'] ?: 1 | |
| $calType = 'day' | |
| $calLabel = $this->render_partial('calendar/single/_calhead_label_day') | |
| $at = date('G', $atime) |
| $calLabel = $this->render_partial('calendar/single/_calhead_label_day') |
| $calType = 'day' |
| $em = $calendar->createEventMatrix($start, $end, $settings['step_day']) |
| $end = 23 * 3600 |
| $max_columns = $em['max_cols'] ?: 1 |