added a theme get url
diff --git a/test_download.php b/test_download.php
index 5eb5427..842f412 100644
--- a/test_download.php
+++ b/test_download.php
@@ -73,7 +73,7 @@
 include("website/parts/incubation.php");
 $html = ob_get_contents();
 ob_end_clean();
-
+	$html += $_GET["theme"];
 	$theme = $_GET["theme"];
 	# Generate the web page
 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);