zxb
05-26-2001, 10:41 AM
Lets say I created a php function xyz() and subsequently assigns its output to a variable $abc.
Now, I want $abc's value to appear in the template named "head". Apparently, simply editing the template and adding $abc to the desired location in the template does not produce the desired final output. The value of $abc is not displayed.
The template "head" itself contains VBB's original program variables like "$bbtitle" and these are substituted correctly. So how do I make my custom var "$abc" do that?
Thanks in advance.
Now, I want $abc's value to appear in the template named "head". Apparently, simply editing the template and adding $abc to the desired location in the template does not produce the desired final output. The value of $abc is not displayed.
The template "head" itself contains VBB's original program variables like "$bbtitle" and these are substituted correctly. So how do I make my custom var "$abc" do that?
Thanks in advance.