כן. הוספתי
הנה השגיאה שאני מקבל אחרי שאני מוסיף את זה
Parse error: syntax error, unexpected '>', expecting T_VARIABLE or '$' in /home/sababas1/public_html/Forum/index.php on line 391
הנה הקוד
// Check to make sure the array key exits..if (! isset($choice ]) ) { $ibforums->input = 'idx'; } if ( $ibforums->input == 'home' ) { if ( $ibforums->vars ) { require ROOT_PATH."sources/dynamiclite/csite.php"; $csite = new click_site(); } else { require ROOT_PATH."sources/Boards.php"; } } else if ( $ibforums->input == 'module' ) { if ( USE_MODULES == 1 ) { require ROOT_PATH."modules/module_loader.php"; $loader = new module_loader.php; } $>
|
