Set Eclipse Foundation as default author

Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/404.php b/404.php
index ab7f430..e7665c0 100644
--- a/404.php
+++ b/404.php
@@ -20,7 +20,6 @@
 $pageTitle = "404 File not found";
 $Theme->setPageTitle($pageTitle);
 $Theme->setPageKeywords("Eclipse Not Found, 404");
-$Theme->setPageAuthor("Denis Roy");
 
 // Place your html content in a file called content/en_pagename.php
 ob_start();
diff --git a/cookie_consent.php b/cookie_consent.php
index b935218..d79de31 100644
--- a/cookie_consent.php
+++ b/cookie_consent.php
@@ -18,7 +18,6 @@
 
 $pageTitle = "Cookies are required for this page";
 $Theme->setPageTitle($pageTitle);
-$Theme->setPageAuthor("Christopher Guindon");
 
 // Place your html content in a file called content/en_pagename.php
 ob_start();