If I run
http://mywebsite.co/forum/admincp/webtemplate.php I get this error:
Warning: main(..\wt_options.php): failed to open stream: No such file or directory in \admincp\webtemplate.php on line 29
Fatal error: main(): Failed opening required '..\wt_options.php' (include_path='.;c:\php4\pear') in D:\mywebsite\www\forum\admincp\webtemplate.php on line 29
The OS = WinNT 4.0
I removed the if else statement and changed it to a direct require_once and then it works fine.