This topic is locked

Monthly Calendar Printing

11/6/2009 11:00:07 AM
PHPRunner General questions
R
rjmullins author

Hi,
Having trouble with getting the Month Title to print out of the calendar month view.
Does someone have a solution for this?
Thanks

RM

J
Jane 11/9/2009

Hi,
try to add following line:

$xt->assign("Monthly_Title",$mont[$_SESSION["mon"]]);



just before this one:

$xt->assign("grid_block",true);



in the Print page: Before display event.

R
rjmullins author 11/9/2009



Hi,
try to add following line:

$xt->assign("Monthly_Title",$mont[$_SESSION["mon"]]);



just before this one:

$xt->assign("grid_block",true);



in the Print page: Before display event.


Thanks Jane- this works perfectly!
RM