From: <on...@us...> - 2002-09-03 06:46:23
|
Update of /cvsroot/xoops/xoops-current/html In directory usw-pr-cvs1:/tmp/cvs-serv12052 Modified Files: footer.php Log Message: no message Index: footer.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/footer.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** footer.php 24 Aug 2002 23:31:41 -0000 1.3 --- footer.php 3 Sep 2002 06:46:19 -0000 1.4 *************** *** 21,24 **** --- 21,25 ---- } $xoopsTpl->assign("xoops_footer", $footer); + header ('Content-Type:text/html; charset='._CHARSET); $xoopsTpl->display("layout.html"); } |