Could someone please refresh my memory...
On one of my old websites, I had the following template set up:
global_start hook:
Code:
eval('$regbar = "' . fetch_template('$regbar') . '";');
And a template named
regbar
And was then able to use $regbar inside of almost any standard vbulletin template and grab the contents of $regbar
Now I'm trying to do the same thing on a different board but can't remember what else needs to be done. Is there also a PHP code edit I'm forgetting about?