Quote:
Originally Posted by Lynne
You should be able to use the same variable name on different pages - vb does that alot.
If you are wanting to register that variable on each page for use in the template, you need to put that line inbetween the $templater = vB_Template::create('whatever_template') and the $templater->render() lines.
edit: Or actually, you may be able to just preregister it at the top of you page for the template. See the article I link to in my first post to find out about preregistering variables.
|
Good point, I will look into doing that tomorrow. Need sleep first.