|
From: Jon O. <jon...@us...> - 2008-02-16 13:11:49
|
Update of /cvsroot/mxbb/mx_kb/kb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25125 Modified Files: kb_constants.php Log Message: This is how you define custom module default style Index: kb_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/includes/kb_constants.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** kb_constants.php 15 Feb 2008 22:11:49 -0000 1.8 --- kb_constants.php 16 Feb 2008 13:11:42 -0000 1.9 *************** *** 76,79 **** --- 76,80 ---- // - IMAGES: MX_IMAGES (default), MX_IMAGES_NONE // ------------------------------------------------------------------------- + $mx_user->default_module_style = '_core'; // For compatibility with core 2.8.x $mx_user->extend(); |