Quote:
Originally Posted by jayhawk785
i made another globals file and renamed header and called that through the script... im sure thats the long way, but given im changing the footer template too and im not huge on php, that seemed easy. I'm not sure what you mean by eval the template.
|
I meant to do just like in the first post, only use navbar2 instead:
PHP Code:
eval('$header2 = "' . fetch_template('header2') . '";');
I've enver tried replacing the header, but I do not you would need to eval it.