From 32710e4cb8b6ab9ebeaf3d134e07e3c053bf08d8 Mon Sep 17 00:00:00 2001 From: Jonas Leder <git@jonasled.de> Date: Tue, 13 Apr 2021 11:30:00 +0200 Subject: [PATCH] remove internal folder --- public/internal/comments.php | 10 ---------- public/internal/footer.php | 8 -------- public/internal/header.php | 11 ----------- 3 files changed, 29 deletions(-) delete mode 100644 public/internal/comments.php delete mode 100644 public/internal/footer.php delete mode 100644 public/internal/header.php diff --git a/public/internal/comments.php b/public/internal/comments.php deleted file mode 100644 index f0bcea7..0000000 --- a/public/internal/comments.php +++ /dev/null @@ -1,10 +0,0 @@ -<?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> -EOF); -} \ No newline at end of file diff --git a/public/internal/footer.php b/public/internal/footer.php deleted file mode 100644 index 9b4d269..0000000 --- a/public/internal/footer.php +++ /dev/null @@ -1,8 +0,0 @@ -<h2>Kommentare:</h2> -<jl-comments_display></jl-comments_display> -<jl-new_comment id="newComment"></jl-new_comment> -</div> -<jl-footer></jl-footer> - -<script src='https://www.hCaptcha.com/1/api.js' async defer></script> -<script src="/js/script.js"></script> \ No newline at end of file diff --git a/public/internal/header.php b/public/internal/header.php deleted file mode 100644 index 6f0f836..0000000 --- a/public/internal/header.php +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html > -<html lang = "de" > -<head > - <meta charset = "UTF-8" > - <meta name = "viewport" content = "width=device-width, initial-scale=1.0" > - <title></title> - <link href = "/css/style.css" rel = "stylesheet" > -</head > -<body > -<jl-header data-title="$pagetitle"></jl-header> -<div id = "content" > \ No newline at end of file -- GitLab