J
|
Jane 11/9/2009 |
Hi, $xt->assign("Monthly_Title",$mont[$_SESSION["mon"]]);
$xt->assign("grid_block",true);
|
R
|
rjmullins author 11/9/2009 |
Hi, try to add following line: $xt->assign("Monthly_Title",$mont[$_SESSION["mon"]]);
$xt->assign("grid_block",true);
|