PDA

View Full Version : Where is $navbar?


!!!cyr0n_k0r
11-09-2002, 06:07 AM
Ok, I have images above the threads in the fourmdisplay template.

But in the center of the images on top of the threads I want it to say the Forums title.

Not the $bbtitle or something like that.

Suppose the forum is called "Angles"

I want "Angles" displayed in the center of the image.

Now, looking through the templates there is this variable called $navbar that contains I guess the variable that I want, but I cant find where $navbar is defined.

Any help?

Ive also tried $forum[title] but nothing is displayed.

Dean C
11-09-2002, 08:42 AM
The correct variable to use is:


$foruminfo[title]


Regards

- miSt