Because I have a rather unique theme setup, here is my question because I can do it in cold fusion but not in php.
How can I place code that says, okay, use the smf theme if the url query string contains "forums"?
In CF, for example, I would put
cfif cgi.querystring contains "forums"
(insert smf css here)
/cfif
there must be a way to do this in php with whatever the query string for SMF forums is? I assume I do this in the mambot header include. Thanks!!
I just commented our the line in the mambot and it works as desired.