|
From: FlorinCB <ory...@us...> - 2008-08-29 00:32:39
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32509 Modified Files: page_header.php Log Message: store module root variable Index: page_header.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/page_header.php,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** page_header.php 28 Aug 2008 07:42:24 -0000 1.58 --- page_header.php 29 Aug 2008 00:32:33 -0000 1.59 *************** *** 354,357 **** --- 354,358 ---- // Define $module_root_path, to be used within blocks // + $mx_module_path = $module_root_path; $module_root_path = $mx_root_path . $mx_block->module_root_path; *************** *** 377,380 **** --- 378,382 ---- $mx_block->output_cp_button(true); } + $module_root_path = $mx_module_path; } } |