
06-30-2010, 07:47 PM
|
 |
|
|
Join Date: Jul 2006
Posts: 1,131
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by borbole
At the index.php file comment out the part for the cms and uncomment the one for the forum. i.e.
PHP Code:
/** * Use the CMS as the default script: */ //require('content.php'); /** * Use the forum as the default script: */ require('forum.php');
|
So uncomment //require('content.php'); and comment out require('forum.php'); ??
|