Quote:
Originally Posted by SmEdD
PHP Code:
// ### LOGGED IN USERS #################################################
you should read the orange once and a while.
and this code will fix the global.php thing.
PHP Code:
chdir('/root/path/to/your/forums');
require_once('./global.php');
|
i think you might be able to
chdir('/root/path/to/your/forums');
require_once('./index.php');
and call the template but im not sure