|
From: Jon O. <jon...@us...> - 2008-02-16 13:11:14
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25048 Modified Files: bugsbt_constants.php Log Message: This is how you define custom module default style Index: bugsbt_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/includes/bugsbt_constants.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bugsbt_constants.php 5 May 2007 20:18:03 -0000 1.2 --- bugsbt_constants.php 16 Feb 2008 13:11:09 -0000 1.3 *************** *** 55,58 **** --- 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(); |