Try sticking this in your phpinclude_start template. This will let you use $stylevar[imgdir_forumhome] instead of hard coding it. I did not test it because im about to go to sleep, but if it dose not work it is probbly just something little I missed in my sleepy state
PHP Code:
if (!empty($loo_stylebit))
{
unset($loo_stylebit);
}
$loo_stylebit = 'images/forumhome';
$stylevar2 = array('imgdir_forumhome' => '$loo_stylebit');
$stylevar = array_merge($stylevar, $stylevar2);
See I forgot the code and had to edit