Quote:
Originally Posted by pcalloway
I'm trying to do the edit but I don't find anything like this in my global.php file:
Code:
#######################
eval('$header = "' . fetch_template('header') . '";');
#######################
I'm running vBulletin 3.0.0 Release Candidate 3
|
While I haven't personally tested this with RC3, I see no reason for you not to have that line.. after all, without it, you wouldn't have a header. Try searching for just:
PHP Code:
$header = "' . fetch_template('header')