Ok, the logo in the $header of my site is rotated by forum using a hack that stores the image's name. I need to change the version of the image by styleset because some have dark backgrounds and others have light ones, and so on. So in PHP include start...
PHP Code:
if (styleid=3)
{
$stylevar[titleimage] = "styledirectory/" . $foruminfo[banner]
}
Now, I could just put that code in the PHP include start template of the style, but it will cease to inherit PHPinclude start code templates from the parent style. That's a problem I'd rather avoid by using the conditional.