website/public/internal/comments.php

10 lines
263 B
PHP
Raw Normal View History

<?php
function getComments($article){
echo(<<<EOF
2021-04-12 20:33:24 +02:00
<script src='https://www.hCaptcha.com/1/api.js' async defer></script>
<h2>Kommentare:</h2>
<jl-comments_display></jl-comments_display>
2021-04-12 20:33:24 +02:00
<jl-new_comment id="newComment"></jl-new_comment>
EOF);
}