|
From: Jon O. <jon...@us...> - 2008-02-17 16:46:45
|
Update of /cvsroot/mxbb/mx_linkdb/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20399/admin Modified Files: admin_linkdb.php Log Message: Update to custom module default style Index: admin_linkdb.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/admin/admin_linkdb.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** admin_linkdb.php 15 Feb 2008 22:12:22 -0000 1.13 --- admin_linkdb.php 17 Feb 2008 16:46:41 -0000 1.14 *************** *** 42,46 **** // $mx_root_path = './../../../'; ! $module_root_path = './../../../modules/mx_kb/'; // --- 42,46 ---- // $mx_root_path = './../../../'; ! $module_root_path = './../../../modules/mx_linkdb/'; // *************** *** 48,52 **** // $setmodules_root_path = './../'; ! $setmodules_module_path = 'modules/mx_kb/'; $setmodules_admin_path = $setmodules_module_path . 'admin/'; --- 48,52 ---- // $setmodules_root_path = './../'; ! $setmodules_module_path = 'modules/mx_linkdb/'; $setmodules_admin_path = $setmodules_module_path . 'admin/'; |