7
You guys are tops! Thanks for all the great input.
I think I'm nearly where I need to be, but there's still something I can't figure out.
$xoops_cmod works fine if I use it with an operator and a text string. (i.e. $xoops_cmod == "theme") What doesn't seem to work for me is if I assign text to a variable early on and then try to use that with an operator later. (i.e. $xoops_cmod == $themetitle)
Any ideas? Could it be that the variable needs to be made into a Smarty variable? And if so, how does one do that?