diff --git a/css/style.css b/css/style.css index 4e53d84..c247228 100644 --- a/css/style.css +++ b/css/style.css @@ -462,4 +462,8 @@ button{ width: 100%; } + #newestPost{ + display: none; + } + } \ No newline at end of file diff --git a/include/footer.php b/include/footer.php index da1cb59..2e61e57 100644 --- a/include/footer.php +++ b/include/footer.php @@ -9,7 +9,7 @@ include "../internal/mysql.php"; Bildquellen
Impressum
-
+

Neueste Beiträge:

query("SELECT * FROM posts order by id desc limit $footerMaxPost");