|
From: OryNider <ory...@us...> - 2007-07-15 20:03:18
|
Update of /cvsroot/mxbb/mx_smartor In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9441 Modified Files: album.php album_lists.php Log Message: Index: album_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_lists.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** album_lists.php 5 Jul 2007 06:00:21 -0000 1.19 --- album_lists.php 15 Jul 2007 20:03:11 -0000 1.20 *************** *** 15,18 **** --- 15,20 ---- else { + define( 'MXBB_MODULE', true ); + $is_block = TRUE; } Index: album.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** album.php 12 Jun 2007 21:58:22 -0000 1.15 --- album.php 15 Jul 2007 20:03:10 -0000 1.16 *************** *** 34,37 **** --- 34,38 ---- if( !defined('IN_PORTAL') || !is_object($mx_block)) { + define( 'MXBB_MODULE', true ); define('IN_PORTAL', true); $mx_root_path = '../../'; *************** *** 65,72 **** else { // // Read block Configuration - // $title = $mx_block->block_info['block_title']; $block_size = ( isset($block_size) && !empty($block_size) ? $block_size : '100%' ); --- 66,73 ---- else { + define( 'MXBB_MODULE', true ); // // Read block Configuration $title = $mx_block->block_info['block_title']; $block_size = ( isset($block_size) && !empty($block_size) ? $block_size : '100%' ); |