From f1ceb3791881cfcdb39fec0c3281cd2eda2d5119 Mon Sep 17 00:00:00 2001 From: Kedar Date: Sat, 27 Apr 2019 12:00:17 -0700 Subject: [PATCH] fix admin templates --- sources/admin/main.php | 2 +- sources/structure/admin/header.php | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sources/admin/main.php b/sources/admin/main.php index 6fe18979..9d7db4e2 100644 --- a/sources/admin/main.php +++ b/sources/admin/main.php @@ -20,7 +20,7 @@ $current_tags = file_get_contents("https://api.github.com/repos/greenelfx/maplebit/tags", false, $context); if ($current_tags) { $tags = json_decode($current_tags); - $ref_tag = "v1.19"; + $ref_tag = "v1.20"; $current_tag = $tags[0]->name; if ($current_tag == $ref_tag) { $alert_class = "success"; diff --git a/sources/structure/admin/header.php b/sources/structure/admin/header.php index 24be68ce..1a6d8818 100644 --- a/sources/structure/admin/header.php +++ b/sources/structure/admin/header.php @@ -31,8 +31,8 @@ color: #787878; } - - + +