|
From: Jon O. <jon...@us...> - 2007-11-19 16:40:07
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1046/modules/mx_textblocks/admin Modified Files: mx_module_defs.php Log Message: This and that, while updating my work site... Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/admin/mx_module_defs.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** mx_module_defs.php 9 Sep 2007 16:50:26 -0000 1.24 --- mx_module_defs.php 19 Nov 2007 16:39:57 -0000 1.25 *************** *** 540,544 **** 'PATH' => $mx_root_path, 'LANG' => $tiny_lang, ! 'TEMPLATE' => $phpbb_root_path . 'templates/'. $theme['template_name'] . '/' . $theme['head_stylesheet'] )); } --- 540,544 ---- 'PATH' => $mx_root_path, 'LANG' => $tiny_lang, ! 'TEMPLATE' => $mx_root_path . 'templates/'. $theme['template_name'] . '/' . $theme['head_stylesheet'] )); } |