In the arcade, when I add anything to my includes/functions.php file, I get these parse errors:
Parse error: parse error in /home/icefusio/www/www/forums/includes/functions.php on line 1864
Fatal error: Call to undefined function: is_browser() in /home/icefusio/www/www/forums/global.php on line 59
Although there are no errors in the code. The only thing I have added to includes/functions.php is the code that I am supposed to which is:
// declares the arcade image directory
$stylevar['imgdir_arcade'] = "images/arcade";
at around line 3538. Is there any way to fix this problem?
|