|
From: Jon O. <jon...@us...> - 2007-07-23 21:42:46
|
Update of /cvsroot/mxbb/mx_newssuite/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1314/includes Modified Files: newssuite_constants.php Log Message: Fix for CORE 2.8.2 Index: newssuite_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_newssuite/includes/newssuite_constants.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** newssuite_constants.php 17 Jun 2006 20:12:33 -0000 1.20 --- newssuite_constants.php 23 Jul 2007 21:42:40 -0000 1.21 *************** *** 34,38 **** $mx_user->extend(); $mx_page->add_copyright( 'mxBB Newssuite Module' ); ! $mx_page->add_css( $module_root_path ); } ?> \ No newline at end of file --- 34,38 ---- $mx_user->extend(); $mx_page->add_copyright( 'mxBB Newssuite Module' ); ! //$mx_page->add_css( $module_root_path ); } ?> \ No newline at end of file |