Mini Shell

Direktori : /home/brasafestival/www/old/templates/
Upload File :
Current File : /home/brasafestival/www/old/templates/perguntas-frequentes.php

<style type="text/css">
#perguntas{width: 100%; float: left; font-size: 20px;}
#perguntas a{font-size: 25px; color: <?php echo $cor2 ?>; font-weight: bold; padding: 0;  display: inline-block;}
#perguntas a:hover{color: <?php echo $cor1 ?>}
#perguntas a:focus{color: <?php echo $cor1 ?>}
.perguntas > div{padding:10px 20px; background: #eee; margin-bottom: 10px;}
</style>

<div class="clear"></div>
<section id="perguntas">
    <div class="container">
        <div class="perguntas" id="accordion" role="tablist" aria-multiselectable="true">
            <?php while($row_registros = mysqli_fetch_assoc($registros)){ ?>
            <div>
                <div id="heading_<?php echo $row_registros['registros_id'] ?>">
                    <a data-toggle="collapse" data-parent="#accordion" href="#collapse_<?php echo $row_registros['registros_id'] ?>" aria-expanded="true" aria-controls="collapse_<?php echo $row_registros['registros_id'] ?>">
                      <?php echo $row_registros['registros_titulo'] ?>
                    </a>
                </div>
                <div id="collapse_<?php echo $row_registros['registros_id'] ?>" class="collapse" role="tabpanel" aria-labelledby="heading_<?php echo $row_registros['registros_id'] ?>">                  
                    <div class="clear10"></div>
                    <?php echo $row_registros['registros_texto'] ?>
                </div>
            </div>
            <?php } ?>
        </div>
    </div>
</section>

Zerion Mini Shell 1.0