Commit ef9c7b5fde812d90127efc77664f10ff8a3ece47

Authored by Edmar Moretti
1 parent feba3add

Conclusão da página com lista de mapas

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
mapas/index.php
... ... @@ -129,7 +129,7 @@ include "../init/head.php";
129 129 <div class="panel panel-default">
130 130 <div class="panel-heading" role="tab" >
131 131 <div class="thumbnail" style="float: left; height: 78px; width: 170px">
132   - <img class="img-rounded" style="height: 67px; width: 160px" src="{{{IMAGEM}}}" />
  132 + <a href="{{{LINK}}}"><img class="img-rounded" style="height: 67px; width: 160px" src="{{{IMAGEM}}}" /></a>
133 133 </div>
134 134 <h3 class="panel-title">
135 135 <a data-parent="#titulo{{ID_MAPA}}" class="collapsed in" role="button" data-toggle="collapse" href="#corpo{{ID_MAPA}}" aria-expanded="false" aria-controls="#corpo{{ID_MAPA}}">
... ...