nouveau-theatre-de-besancon/site/plugins/front-comments/snippets/front-comments-field.php
2024-09-10 17:14:38 +02:00

7 lines
No EOL
206 B
PHP

<?php if ($kirby->user()): ?>
<div class="fc__field" data-field-name="<?= $content->key() ?>" data-content="<?= $content ?>">
<?= $content ?>
</div>
<?php else: ?>
<?= $content ?>
<?php endif ?>