new template for day view

This commit is contained in:
skeeter 2001-01-10 05:12:29 +00:00
parent 124c09cf2d
commit 0f6d0a7c30

View File

@ -1262,7 +1262,7 @@
} }
$p->parse('row','day_row',True); $p->parse('row','day_row',True);
} // end for } // end for
return $p->pparse('output','day_cal'); return $p->finish($p->parse('out','day_cal'));
} // end function } // end function
function prep($calid) { function prep($calid) {