mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02:00
Missed a change over to mini_cal_tpl.
This commit is contained in:
parent
b98f9f2978
commit
6bf54e8353
@ -233,7 +233,7 @@
|
|||||||
'dayname' => '<b>' . substr(lang($GLOBALS['phpgw']->datetime->days[$i]['name']),0,2) . '</b>',
|
'dayname' => '<b>' . substr(lang($GLOBALS['phpgw']->datetime->days[$i]['name']),0,2) . '</b>',
|
||||||
'day_image' => ''
|
'day_image' => ''
|
||||||
);
|
);
|
||||||
$this->output_template_array($p,'daynames','mini_day',$var);
|
$this->output_template_array($mini_cal_tpl,'daynames','mini_day',$var);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$today = date('Ymd',$GLOBALS['phpgw']->datetime->users_localtime);
|
$today = date('Ymd',$GLOBALS['phpgw']->datetime->users_localtime);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user