Yet another test
diff --git a/_index.php b/_index.php
index 1b13245..b73c311 100755
--- a/_index.php
+++ b/_index.php
@@ -22,9 +22,9 @@
 	
 	
 	// 	# Paste your HTML content between the EOHTML markers!
-	$html = file_get_contents('pages/__index.html');
+	$html = file_get_contents('pages/_index.html');
 
 	# Generate the web page
-	$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
+	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
 
 ?>
\ No newline at end of file