Première version de l'import de WRI. écrase les données présentes et ne gère pas la mise à jour de données existantes. La modification d'une fiche WRI sur kabano n'a pas été testée.
This commit is contained in:
@@ -178,7 +178,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<?php if ($isCommentable) { ?>
|
||||
<?php if ($isCommentable && $poi->source_id=='kab') { ?>
|
||||
<?php if (isset($poi_comments) && $poi_comments->number > 0) { ?>
|
||||
<div id="comments_photos_gallery" class="gallery">
|
||||
<?php foreach ($poi_comments->objs as $comment) { ?>
|
||||
@@ -287,6 +287,8 @@
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
|
||||
<?php if($poi->source_id!='kab') {?><br><div style="text-align: center; font-style: italic;">Données fournies par <a href="https://refuges.info/point/<?=$poi->remote_source_id?>" target="_blank"><i class="fas fa-external-link-alt"></i> <?=$poi->source?></a> sous licence CC BY-SA</div><?php } ?>
|
||||
|
||||
</section>
|
||||
|
||||
<?php include('blocks/d.footer.html'); ?>
|
||||
|
||||
Reference in New Issue
Block a user