Retrieve the prezi presentation using HTTPS.
diff --git a/_index.html b/_index.html
index 3415555..95967e4 100644
--- a/_index.html
+++ b/_index.html
@@ -2,7 +2,7 @@
 	<h1>Acceleo</h1>
 
 	<div class="homeitem3col">
-		<iframe src="http://prezi.com/embed/xpdkccxjlj-e/?bgcolor=ffffff&amp;lock_to_path=1&amp;autoplay=0&amp;autohide_ctrls=0&amp;features=undefined&amp;disabled_features=undefined" width="550" height="400" frameBorder="0" webkitAllowFullScreen mozAllowFullscreen allowfullscreen></iframe>
+		<iframe src="https://prezi.com/embed/xpdkccxjlj-e/?bgcolor=ffffff&amp;lock_to_path=1&amp;autoplay=0&amp;autohide_ctrls=0&amp;features=undefined&amp;disabled_features=undefined" width="550" height="400" frameBorder="0" webkitAllowFullScreen mozAllowFullscreen allowfullscreen></iframe>
 	</div>
 
 	<div class="homeitem3col">
diff --git a/downloads/index.php b/downloads/index.php
index fa96c96..66f6431 100644
--- a/downloads/index.php
+++ b/downloads/index.php
@@ -52,5 +52,5 @@
 	$html .= "</div>\n\n";
 	
 	# Generate the web page
-	$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
+	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
 ?>