I have a site and I want to wrap UBBt inside templates. These templates set their navigation based upon their subdomain. I already have the boards working for any subdomain, but I need to pass a variable to the pages to tell it if it needs to build the header or not. From my templates I am calling the board using an include that calls the full URL (http://www.domain.com/forums/ubbthreads.php$REQUEST_URI). How can I pass one of my own variables and be able to check for it in the included header.

I have tried passing the variable in my include and then makeit global in the header, but still cannot recognize it.

Is there a better way to wrap the board?

Thanks.

T