Tu email de usuario no está verificado. Debes verificar la propiedad del email aceptando el enlace que te hemos enviado. Puedes recibir el enlace de nuevo pulsando aquí.
if (isset($heroImg) && !empty($heroImg)) { ?>
} ?>
if (isset($heroSup) && $heroSup != '') { ?>
Servicios
} if (isset($hetoTit) && $hetoTit != '') { ?>Correduría de seguros
} ?>
if($cantidadBloques) {
for ($i = 1; $i <= $cantidadBloques; $i++) {
$bloqueSup = getValorEdicionItem($identificador, getNombreEdicionItem('bloque-sup', $i));
$bloqueTit = getValorEdicionItem($identificador, getNombreEdicionItem('bloque-tit', $i));
$bloqueTxt = getValorEdicionItem($identificador, getNombreEdicionItem('bloque-txt', $i));
//$bloqueImg = getCamposEdicionItem($identificador, getNombreEdicionItem('bloque-icon', $i), null, TIPO_IMAGEN_ORIGINAL); ?>
if (isset($bloqueImg) && !empty($bloqueImg)) { ?>
} ?>
}
} ?>
if (isset($bloqueSup) && $bloqueSup != '') { ?>
}
if (isset($bloqueTit) && $bloqueTit != '') { ?>
}
if (isset($bloqueTxt) && $bloqueTxt != '') {
echo $this->load->view(RUTA_THEME.'components/contentBlocks/contentStyledText', array('text' => $bloqueTxt), true);
} ?>