'.$config['TITLE'].'
'; //++++ new //++++ old $bbsi++; } }else if(!BBSMENU && INDEXBBS && !LISTBBS){ foreach($board as $dir){ include('../'.$dir.'/config.php'); $bbsdat .= ''.$config['TITLE'].'
'; //++++ new //++++ old $bbsi++; } }else if(!BBSMENU && !INDEXBBS && LISTBBS){ foreach($board as $dir){ include('../'.$dir.'/config.php'); echo $config['TITLE'].'
'; $bbsdat .= ''.$config['TITLE'].'
'; //++++ new //++++ old $bbsi++; // define("$config['TITLE']", ''); } } // print print_r($bbsdat); if(LISTBBS) print_r($board); ?>