|
From: OryNider <ory...@us...> - 2007-09-27 00:30:38
|
Update of /cvsroot/mxbb/mx_smartor/docs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10226 Modified Files: Tag: core28x albuming.txt Log Message: Index: albuming.txt =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/docs/albuming.txt,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** albuming.txt 24 Sep 2007 22:27:26 -0000 1.1.2.1 --- albuming.txt 27 Sep 2007 00:30:33 -0000 1.1.2.2 *************** *** 6,14 **** #-----[ FIND ]------------------------------------------------ # ! $mx_root_path = './../'; # #-----[ AFTER, ADD ]------------------------------------------ # ! $mx_table_prefix = 'mx_'; # --- 6,14 ---- #-----[ FIND ]------------------------------------------------ # ! $mx_root_path = './../'; # #-----[ AFTER, ADD ]------------------------------------------ # ! $mx_table_prefix = 'mx_'; # *************** *** 47,55 **** function this_smartor_mxurl($args = '', $force_standalone_mode = false) { ! global $mx_root_path, $page_id, $album_index, $phpEx, $integration_enabled, $is_block; $module_root_path = $mx_root_path . 'modules/mx_smartor/'; ! if( $force_standalone_mode || !$is_block ) { $mxurl = $mx_root_path . 'modules/mx_smartor/' . 'album.' . $phpEx . ($args == '' ? '' : '?' . $args); --- 47,55 ---- function this_smartor_mxurl($args = '', $force_standalone_mode = false) { ! global $mx_root_path, $page_id, $album_index, $phpEx, $integration_enabled; $module_root_path = $mx_root_path . 'modules/mx_smartor/'; ! if( $force_standalone_mode ) { $mxurl = $mx_root_path . 'modules/mx_smartor/' . 'album.' . $phpEx . ($args == '' ? '' : '?' . $args); |