Sindbad~EG File Manager

Current Path : /var/www/html/forumdainovacaors.com.br/wp-content/themes/itt/components/
Upload File :
Current File : /var/www/html/forumdainovacaors.com.br/wp-content/themes/itt/components/item-card-empresas.php

<!-- Card Empresa -->
<?php
$empresa = get_query_var('empresa');
if (!$empresa) {
    return;
}
?>
<a href="http://<?php echo $empresa['site']?>" target="_blank">
  <div class="card">
      <div class="card-header py-4 text-center">
        <img src="<?php echo  $empresa['img']; ?>" class="img-fluid">
      </div>
  
      <div class="card-body">
        <?php $empresa->title; ?>
        <p class="text-center">
          <?php echo  $empresa['title']; ?>
        </p>
        <div class="black-line mx-auto"></div>
        <br>
        <p class="text-center small">
          <?php echo $empresa['phone']; ?>
          <br>
          <?php echo $empresa['email']; ?>
          <br>
          <?php echo Util::removeHttp($empresa['site']); ?>
        </p>
      </div> 
  </div>
</a>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists