remove the breadcrumbs for now

Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
diff --git a/index.php b/index.php
index 5bd2eae..57f9b06 100644
--- a/index.php
+++ b/index.php
@@ -25,6 +25,7 @@
 
   // Custom theme variables
 	$variables = array();
+	$variables['hide_breadcrumbs'] = TRUE;
 	$variables['main_container_classes'] = 'container-full  footer-offset  breadcrumbs-offset';
 	$App->setThemeVariables($variables);