Quote:
Originally Posted by TheAnt
PHP Code:
eval('$vh_navbar_contents = "' . fetch_template('vh_navbar_contents') . '";');
|
TheAnt,
Yes, sorry, I apparently wasn't terribly clear.

I understand the syntax for the line, but it isn't working. I've tried placing that line into global.php, just under the eval statement for footer. Doesn't work. Tried putting it into index.php, just above the eval statement for navbar. Doesn't work there either. navbar is showing the row where the new buttons should go, but isn't showing the contents of the row. Just blank space in the html of the page, no errors.
I assumed this was the correct statement to use, but can't figure out where it needs to go in order to work.
Jeniffer