Skip to content

Commit

Permalink
Update default.php
Browse files Browse the repository at this point in the history
  • Loading branch information
albreis authored Oct 28, 2020
1 parent 4531959 commit 938948d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<?php foreach($contatos->foto as $key => $foto): ?>
<a href="<?php echo $contatos->telefone[$key]; ?>" class="contact" style="cursor:pointer;color:#1f1f1f;border-top:2px solid #dfdfdf;display:flex;align-items:center;text-decoration:none;" target="_bblank">
<?php if($foto): ?>
<div class="left" style="width:60px;margin:15px;">
<div class="left" style="width:60px;margin:15px 0 15px 15px;">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAQAAAC0NkA6AAAALElEQVR42u3NMQEAAAwCoNm/9DL4eEEBcgORSCQSiUQikUgkEolEIpFIJJ0HCt8AM0IRFnUAAAAASUVORK5CYII="
style="border-radius:50px;width:100%;height:auto;background-size:cover;background-repeat:no-repeat;background-position:center;background-image:url('<?php echo JUri::base() . $foto; ?>')" />
</div>
<?php endif; ?>
<div class="right" style="text-align:left;">
<div class="right" style="text-align:left;margin-left:15px;">
<?php if($contatos->departamento[$key]): ?>
<div class="departament">
<?php echo $contatos->departamento[$key]; ?>
Expand All @@ -50,4 +50,4 @@
<span class="fa fa-whatsapp" style="font-size: 24px;float: left;margin-right: 5px;"></span> <strong class="wc-hmb"><?php echo $params->get('texto_botao'); ?></strong>
</div>
</div>
<style>@media all and (max-width: 800px){.wc-hmb{display:none}}</style>
<style>@media all and (max-width: 800px){.wc-hmb{display:none}}</style>

0 comments on commit 938948d

Please sign in to comment.