Whoa, quadruple post!
Quote:
Originally Posted by scottct1
Not working for me...
I get the following error message
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /usr/home/satellit/public_html/thelist/test.php on line 43
The global.php file is located at ././global.php
Line 43 is... eval('$navbar = "' . fetch_template('navbar') . '";');
Running vbulletin 3.8.4
Any ideas?
|
Er, okay, the error is at line 43 of your
test.php file, not your
global.php file. You probably deleted a quote or something when putting in your template name.
Also, I don't know what you mean when you say where
global.php is located, but unless you have some very customized file locations, there was no reason to edit the line refering to global.php.
require_once('./global.php'); shouldn't need to be changed.