|
From: OryNider <ory...@us...> - 2007-09-27 00:28:34
|
Update of /cvsroot/mxbb/mx_smartor/album_mod In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9148 Modified Files: Tag: core28x album_bbconstants.php Log Message: Index: album_bbconstants.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/album_bbconstants.php,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** album_bbconstants.php 26 Sep 2007 12:55:15 -0000 1.1.2.2 --- album_bbconstants.php 27 Sep 2007 00:28:29 -0000 1.1.2.3 *************** *** 40,48 **** function this_smartor_mxurl($args = '', $force_standalone_mode = false) { ! global $mx_root_path, $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); --- 40,48 ---- function this_smartor_mxurl($args = '', $force_standalone_mode = false) { ! global $mx_root_path, $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); *************** *** 57,61 **** define('ALBUM_INDEX', this_smartor_mxurl()); ! define('ALBUM_SHOWPAGE', this_smartor_mxurl('smartor_mode=album_showpage')); define('ALBUM_PICM', this_smartor_mxurl('smartor_mode=album_picm', true)); define('ALBUM_THUMBNAIL', this_smartor_mxurl('smartor_mode=album_thumbnail', true)); --- 57,61 ---- define('ALBUM_INDEX', this_smartor_mxurl()); ! define('ALBUM_SHOWPAGE', this_smartor_mxurl('smartor_mode=album_showpage', false)); define('ALBUM_PICM', this_smartor_mxurl('smartor_mode=album_picm', true)); define('ALBUM_THUMBNAIL', this_smartor_mxurl('smartor_mode=album_thumbnail', true)); |