2020-12-20 00:33:23 +01:00
|
|
|
<?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>
|
2021-04-12 20:06:21 +02:00
|
|
|
<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>
|
2020-12-20 00:33:23 +01:00
|
|
|
EOF);
|
|
|
|
}
|