Alertas



Código-fonte:

<?php
echo $this->bootstrap()->alerta(array(
    'tipo'  => 'aviso',
    'texto' => 'Alerta de exemplo',
));
?>

Opções