{php}
$sql2a = "SELECT hengfu,hengfusize FROM ".$GLOBALS['eces']->table('firms_setting')." WHERE FirmID = '". $GLOBALS['FrimID']."' ";
$TSa = $GLOBALS['dbes']->getRow($sql2a);
if(!empty($TSa[hengfu])){
$hengfua=explode("#",$TSa[hengfu]);
$hengnuma = count($hengfua);
for($ia=0;$ia<$hengnuma;$ia++){
if($ia=='0'){ $hafe ='active'; }
$lista .='
';
unset($hafe);
}
}else{
$lista = '
';
}
echo $lista;
{/php}