";
print "";
if (count($list_noti)) {
print "$msg[396]
";
for ($i=0; $i ".htmlentities($list_noti[$i]["name"],ENT_QUOTES,$charset)." (".$list_noti[$i]["nb_item"].")".$pannel_cart_see."";
}
$is_cart++;
}
if (count($list_expl)) {
print "
";
print "$msg[expl_carts]
";
for ($i=0; $i ".htmlentities($list_expl[$i]["name"],ENT_QUOTES,$charset)." (".$list_expl[$i]["nb_item"].")".$pannel_cart_see."";
}
$is_cart++;
}
if (count($list_bull)) {
print "
";
print "$msg[bull_carts]
";
for ($i=0; $i ".htmlentities($list_bull[$i]["name"],ENT_QUOTES,$charset)." (".$list_bull[$i]["nb_item"].")".$pannel_cart_see."";
}
$is_cart++;
}
if (count($list_empr)) {
print "
";
print "".$msg['empr_carts']."
";
for ($i=0; $i ".htmlentities($list_empr[$i]["name"],ENT_QUOTES,$charset)." (".$list_empr[$i]["nb_item"].")".$pannel_cart_see."";
}
$is_cart++;
}
if (!$is_cart){
print "$msg[398]
";
}
}
/*
'idcaddie' => $temp->idcaddie,
'name' => $temp->name,
'type' => $temp->type,
'comment' => $temp->comment,
'autorisations' => $temp->autorisations,
'nb_item' => $nb_item,
'nb_item_pointe' => $nb_item_pointe,
'nb_item_base' => $nb_item_base,
'nb_item_base_pointe' => $nb_item_base_pointe,
'nb_item_blob' => $nb_item_blob,
'nb_item_blob_pointe' => $nb_item_blob_pointe
*/
?>