Thanks. I actually tried that before I posted my question but putting $foruminfo[x] in the header text did not yield the populated value. Are other changes necessary?
I would prefer to create my own table but have no idea how to access the values from within the header text.
Thanks again,
Chuck
Did you try $foruminfo[field you know exists]
at any rate, $foruminfo needs to be scoped (a global$foruminfo) before the call to the template, and you have to use the correct syntax in the template, which may involve playing around with what is quoted.