From 37d65916b9937c8190a22fcd7af52daaf4d4237e Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Mon, 20 Jun 2022 21:25:36 +0200 Subject: [PATCH] Display Servertime Servertime to the right of the hostname --- front/php/templates/header.php | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/front/php/templates/header.php b/front/php/templates/header.php index 5a56d9bc..d5d42ca2 100644 --- a/front/php/templates/header.php +++ b/front/php/templates/header.php @@ -72,11 +72,30 @@ if ($ENABLED_DARKMODE === True) { } else { $BACKGROUND_IMAGE_PATCH='style="background-image: url(\'img/background.png\');"';} ?> + + + -> + onLoad="show_pia_servertime();" >
@@ -104,7 +123,7 @@ if ($ENABLED_DARKMODE === True) {