mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
Fixed template warning about missing 2nd argument to set_block
This commit is contained in:
parent
98b55b6cf9
commit
3919f594ce
@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
$phpgw->template->set_file(array("day" => "day.tpl"));
|
$phpgw->template->set_file(array("day" => "day.tpl"));
|
||||||
|
|
||||||
$phpgw->template->set_block("day");
|
//$phpgw->template->set_block("day");
|
||||||
|
|
||||||
if ($friendly) {
|
if ($friendly) {
|
||||||
$phpgw->template->set_var("printer_friendly","<body bgcolor=\"".$phpgw_info["theme"]["bg_color"]."\">");
|
$phpgw->template->set_var("printer_friendly","<body bgcolor=\"".$phpgw_info["theme"]["bg_color"]."\">");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user