From f309ca8701f4426f3252c289cd8df0a7c05f9dd9 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Tue, 31 Mar 2026 15:31:28 +0000 Subject: [PATCH] Auto commit: 2026-03-31T15:31:28.296Z --- admin.php | 8 +++++++- app.php | 5 +++++ assets/css/custom.css | 19 +++++++++++++++++-- index.php | 10 ++++++++-- 4 files changed, 37 insertions(+), 5 deletions(-) diff --git a/admin.php b/admin.php index 8df9c59..4edda87 100644 --- a/admin.php +++ b/admin.php @@ -50,6 +50,8 @@ $entry = $entry && $entry['entry_type'] === $type ? $entry : ($mode === 'new' ? $assetVersion = (string) max(@filemtime(__DIR__ . '/assets/css/custom.css') ?: time(), @filemtime(__DIR__ . '/assets/js/main.js') ?: time()); $projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? project_description(); $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? ''; +$logoPath = project_logo_path(); +$logoVersion = (string) (@filemtime(__DIR__ . $logoPath) ?: time()); ?> @@ -66,6 +68,8 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? ''; + + @@ -76,7 +80,9 @@ $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? '';