ADDED: test for other sections
diff --git a/index.php b/index.php
index 82753fc..7012705 100755
--- a/index.php
+++ b/index.php
@@ -26,4 +26,6 @@
 	# Generate the web page
 	$App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
 
-?>
\ No newline at end of file
+?>
+
+Value: <?= $section ?>
\ No newline at end of file
diff --git a/pages/_index.html b/pages/_index.html
index b5c4ee5..610a3e2 100644
--- a/pages/_index.html
+++ b/pages/_index.html
@@ -88,9 +88,9 @@
 	<div id="headlines">
 		<h3>News and Noteworthy</h3>
 		<ul>
-		<li>08/07/2012 - This brand new website for EEF.</li>
-		<li>06/27/2012 - Like each year since the project creation, EEF takes part of the annual Eclipse release train.</li>
-		<li>05/10/2012 - EEF 1.1 is released!</li>
+			<li>08/07/2012 - This brand new website for EEF.</li>
+			<li>06/27/2012 - Like each year since the project creation, EEF takes part of the annual Eclipse release train.</li>
+			<li>05/10/2012 - EEF 1.1 is released!</li>
 		</ul>
 	</div>