[site] Set compliance with GDPR

Change-Id: I9faf6900601c4bfde7c291f162a16ac3447d5268
Signed-off-by: Faycal Abka <abka.faycal@gmail.com>
diff --git a/_projectCommon.php b/_projectCommon.php
index 787de0c..895fd25 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -4,7 +4,7 @@
 	# See the Committer Tools "How Do I" for list of themes
 	# https://dev.eclipse.org/committers/
 	# Optional: defaults to system theme 
-	$theme = "Nova";
+	$theme = $App->getThemeClass("quicksilver"); #"Nova";
 
 	# Define your project-wide Nav bars here.
 	# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
@@ -17,4 +17,4 @@
 
 
 
-?>
+?>
\ No newline at end of file
diff --git a/index.php b/index.php
index 654146e..40dabe2 100755
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php

 /*******************************************************************************

- * Copyright (c) 2010 Eclipse Foundation and others.

+ * Copyright (c) 2010, 2018 Eclipse Foundation and others.

  * All rights reserved. This program and the accompanying materials

  * are made available under the terms of the Eclipse Public License v1.0

  * which accompanies this distribution, and is available at

@@ -46,6 +46,9 @@
 	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/default/style.css"/>' . "\n\t");

 	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="egf.css"/>' . "\n\t");

 	$App->AddExtraHtmlHeader("<link rel='alternate' type='application/rss+xml' title='EGF News' href='news/egfNewsArchive.rss'>");

+	$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />');

+	$App->AddExtraHtmlHeader('<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>');

+	$App->AddExtraHtmlHeader('<link rel="stylesheet" href="/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v1.0">');

 	$pageKeywords="MDA,MDE,egf,software factories,EMF,EMFT,modeling,Eclipse";

 	$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>

+?>
\ No newline at end of file
diff --git a/presentations/eclipseSummit2010/EGFDescription.html b/presentations/eclipseSummit2010/EGFDescription.html
index dc1a83f..95c71d3 100644
--- a/presentations/eclipseSummit2010/EGFDescription.html
+++ b/presentations/eclipseSummit2010/EGFDescription.html
@@ -10,6 +10,11 @@
 <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
 
 <LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
+
+<link rel="stylesheet" href="/eclipse.org-common/themes/solstice/public/stylesheets/quicksilver.min.css?v1.0">
+<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
+<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
+
 <title>MDE Toolkit Index</title>
 </HEAD>
 <BODY BGCOLOR="#ffffff">
@@ -40,4 +45,4 @@
 
 
 </body>
-</html>
+</html>
\ No newline at end of file