executeQuery($sql, 'ii', [$codigo_coche, 1]);
if($res->num_rows) {
while($row = $res->fetch_array()) {
$icono = !empty($row['PORTAL']) ? '
';
$titulo_icono = $icono . $row['DESCRIPCION'];
$html .= '
';
}
} else {
$html = '
';
$html .= '
';
$html .= '' . $sin_portales_lg;
$html .= '
';
$html .= '
';
}
echo $html;
?>