Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--404.php1
-rw-r--r--cookie_consent.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/404.php b/404.php
index ab7f430..e7665c0 100644
--- a/404.php
+++ b/404.php
@@ -20,7 +20,6 @@ $Theme = $App->getThemeClass();
$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 @@ $Theme = $App->getThemeClass();
$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();

Back to the top