|
From: Jon O. <jon...@us...> - 2008-02-17 19:19:53
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25310/includes Modified Files: bugsbt_constants.php Log Message: Update to custom module default style Index: bugsbt_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/bugsbt_constants.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bugsbt_constants.php 16 Feb 2008 13:11:09 -0000 1.3 --- bugsbt_constants.php 17 Feb 2008 19:19:49 -0000 1.4 *************** *** 46,49 **** --- 46,51 ---- // Footer Copyrights // ------------------------------------------------------------------------- + $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x + if (is_object($mx_page)) { *************** *** 55,59 **** // - IMAGES: MX_IMAGES (default), MX_IMAGES_NONE // ------------------------------------------------------------------------- - $mx_user->default_module_style = '_core'; // For compatibility with core 2.8.x $mx_user->extend(); --- 57,60 ---- |