Skip to content
Snippets Groups Projects
comments.php 263 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    function getComments($article){
        echo(<<<EOF
    
        <script src='https://www.hCaptcha.com/1/api.js' async defer></script>
    
        <h2>Kommentare:</h2>
        <jl-comments_display></jl-comments_display>
    
        <jl-new_comment id="newComment"></jl-new_comment>