integration vom Blog-plugin, hübschere webseite,

This commit is contained in:
Codex Agent
2025-09-26 17:41:17 +02:00
parent 492b9b9fd1
commit 6fc36ebaf4
31 changed files with 22823 additions and 96 deletions

View File

@@ -292,7 +292,7 @@ class EventPublicController extends BaseController
}
if ($since) {
$query->where('created_at', '>', $since);
$query->where('photos.created_at', '>', $since);
}
$locale = request()->query('locale', 'de');