Remove promotion
diff --git a/index.php b/index.php
index c6167df..30c9e18 100644
--- a/index.php
+++ b/index.php
@@ -73,7 +73,6 @@
 	$html = ob_get_clean(); 
 	$html = mb_convert_encoding($html, "HTML-ENTITIES", "auto");
 	# Generate the web page
-	$App->Promotion = TRUE;
 	$App->generatePage("Nova", $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html);
 ?>