From 1176b985224d8bb2cadcf3b73d1003f690010bed Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Wed, 22 Jul 2026 20:59:57 +0200 Subject: [PATCH] community --- partials/landing/community/index.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/partials/landing/community/index.php b/partials/landing/community/index.php index 5c72f20..17aed05 100644 --- a/partials/landing/community/index.php +++ b/partials/landing/community/index.php @@ -13,7 +13,6 @@ $communityCfg = require __DIR__ . '/../../../config/community.php'; $community = $pdo ? new \App\Community($pdo, $communityCfg) : null; $access = $pdo ? new \App\CommunityAccess($pdo, $communityCfg) : null; -$stats = $community ? $community->getStats() : ['threads' => 0, 'posts' => 0, 'members' => 0]; $forumCategories = $community ? $community->listForumCategories() : []; $selectedBoard = ($community && $boardSlug !== '') ? $community->getBoardBySlug($boardSlug) : null; @@ -84,17 +83,6 @@ $threads = $community
-
-
- Themen - -
-
- Beiträge - -
-
-