This commit is contained in:
Markus Ankenbrand 2016-11-05 20:28:45 +01:00
parent 5cf9d92fca
commit 21515e4efb

View file

@ -94,7 +94,7 @@
</div> </div>
<?php endif; ?> <?php endif; ?>
<?php $locations = get_field( 'orte' ); ?> <?php $locations = get_field( 'orte' ); ?>
<?php if ( $location ) : ?> <?php if ( $locations ) : ?>
<div class="post-meta"> <div class="post-meta">
<div class='map' style='height:300px; margin-bottom: 1.6842em' id='map-<?php echo $id ?>-multiple'></div> <div class='map' style='height:300px; margin-bottom: 1.6842em' id='map-<?php echo $id ?>-multiple'></div>
<script type='text/javascript'> <script type='text/javascript'>