From 490a42056c99097c61b91f2f28a79e68d43a586e Mon Sep 17 00:00:00 2001
From: Benoit Lavenier <benoit.lavenier@e-is.pro>
Date: Mon, 4 May 2020 10:02:56 +0200
Subject: [PATCH] =?UTF-8?q?[fix]=20Revert=20Debian=20icon,=20tu=20Tux=20[e?=
 =?UTF-8?q?nh]=20New=20version=201.6.6.=20[enh]=20Add=20'D=C3=A9mo=20menu'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 cesiumDownloads.php |  4 ++--
 cesiumVersions.php  | 10 +++++-----
 head.php            |  4 ++++
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/cesiumDownloads.php b/cesiumDownloads.php
index 2ee3419..907ab97 100644
--- a/cesiumDownloads.php
+++ b/cesiumDownloads.php
@@ -18,9 +18,9 @@ $cesiumDownloads =
 		'extra' => ''
 	], 
 	'debian' => [
-		'title' => 'Debian (et dérivés)', 
+		'title' => 'Debian, Ubuntu (et dérivés)',
 		'url' => sprintf('https://github.com/duniter/cesium/releases/download/v%s/cesium-desktop-v%s-linux-x64.deb', $cesiumVersions['linux'], $cesiumVersions['linux']), 
-		'img' => 'debian.svg', 
+		'img' => 'tux.svg',
 		'desc' => _('Paquet .deb pour Debian ou Ubuntu'), 
 		'extra' => _('En cas de problème&nbsp;:') . '<br /><code>sudo apt-get install -y libgconf-2-4</code>'
 	],
diff --git a/cesiumVersions.php b/cesiumVersions.php
index 77f1894..29b5505 100644
--- a/cesiumVersions.php
+++ b/cesiumVersions.php
@@ -1,13 +1,13 @@
 <?php
 
 $cesiumVersions = [
-	   'home' => '1.6.5', 
-	'android' => '1.6.5', 
-	  'linux' => '1.6.5', 
+	   'home' => '1.6.6',
+	'android' => '1.6.6',
+	  'linux' => '1.6.1',
 	'windows' => '1.3.11', 
-	'firefox' => '1.6.5', 
+	'firefox' => '1.6.6',
 	    'mac' => '1.3.11', 
-	    'web' => '1.6.5', 
+	    'web' => '1.6.6',
 	
 ];
 	   
diff --git a/head.php b/head.php
index f0fb299..4134d87 100644
--- a/head.php
+++ b/head.php
@@ -82,6 +82,10 @@ $bodyIds = !isset($bodyIds) ? '' : $bodyIds;
 							'uri' => dgettext('menu', '/telechargement'), 
 							'label' => dgettext('menu', 'Télécharger')
 						],
+						[
+							'uri' => 'https://demo.cesium.app',
+							'label' => dgettext('menu', 'Démo')
+						],
 						[
 							'uri' => dgettext('menu', '/tutoriel-cesium') . '/', 
 							'label' => dgettext('menu', 'Tutoriel')
-- 
GitLab