What the heck is wrong with this:
if ($bb[$id][0] == "bizz") {
$BoxType = "bus_box";
} else {
$Boxtype = "home_box";
}
<div class="<? echo $BoxType; ?>">
$bb[$id][0]
can either be 'bizz' or 'home' but no matter what it stops after the first step...
It is driving me crazy!