function wizardTitulo()
{
    global $wizard;
    etapaTitulo($wizard->evento, $wizard->pessoa, $wizard->inscricao);
}
            <?php 
if (hasFlash()) {
    ?>
                <div class="message" style="margin: 15px 0 15px 0;">
                    <span style="color: #317b3b; font-size: 16px;"><?php 
    echo getFlashString();
    ?>
</span>
                </div>
            <?php 
}
?>

            <h2><?php 
etapaTitulo($evento);
?>
</h2>
            <?php 
etapaIntroducao($evento, $pessoa, $inscricao);
?>
        </div>
        <?php 
if ($wizard->erro) {
    ?>
            <div class="error" style="margin: 15px 0 15px 0;">
                <br>
                <span style="color: #b40000; font-size: 16px;"><b>Erro: <?php 
    echo $wizard->erro;
    ?>
</b></span>