ÿØÿà JFIF ` ` ÿþ
|
Server : Apache System : Linux cloud.heroica.com.br 4.18.0-553.36.1.el8_10.x86_64 #1 SMP Wed Jan 22 03:07:54 EST 2025 x86_64 User : farolpborg ( 1053) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/farolpborg/public_html/_includes/ |
Upload File : |
<div class="testimonial-area testimonial-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-10 col-lg-10 col-md-11">
<div class="h1-testimonial-active">
<? $esthdp = mysqli_fetch_object(mysqli_query($conecta, "SELECT * FROM estaticas WHERE id = '3'")); ?>
<?
$sqldep = mysqli_query($conecta, "SELECT * FROM depoimentos WHERE status='1' ORDER BY rand()");
while($resdep = mysqli_fetch_object($sqldep)){
?>
<div class="single-testimonial text-center">
<div class="testimonial-caption">
<div class="testimonial-top-cap">
<h2><?=str_replace('Home - ','',$esthdp->titulo);?></h2>
<p><i class="fa fa-quote-left"></i> <?=strip_tags(stripslashes($resdep->depoimento));?></p>
</div>
<div class="testimonial-founder d-flex align-items-center justify-content-center">
<div class="founder-img">
<? if(!empty($resdep->imagem)){ ?>
<img src="<?=$Shared;?>/depoimentos/<?=$resdep->imagem;?>" alt="<?=$resdep->depoente;?>">
<? } else { ?>
<img src="<?=$Imagens;?>/avatar.png" alt="<?=$resdep->depoente;?>">
<? } ?>
</div>
<div class="founder-text">
<span><?=$resdep->depoente;?></span>
<p><?=$resdep->cargo;?></p>
</div>
</div>
</div>
</div>
<? } ?>
</div>
</div>
</div>
</div>
</div>