Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'content/en_index.php')
-rw-r--r--content/en_index.php30
1 files changed, 30 insertions, 0 deletions
diff --git a/content/en_index.php b/content/en_index.php
new file mode 100644
index 0000000..f4e6422
--- /dev/null
+++ b/content/en_index.php
@@ -0,0 +1,30 @@
+<?php
+/*******************************************************************************
+ * Copyright (c) 2014 Eclipse Foundation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Christopher Guindon (Eclipse Foundation) - Initial implementation
+ *******************************************************************************/
+?>
+
+<!-- Main content area -->
+<div id="midcolumn">
+ <h1><?php print $pageTitle;?></h1>
+ <p><a href="solstice-starterkit.zip" class="btn btn-warning">Download Starterkit</a></p>
+</div>
+<!-- ./end #midcolumn -->
+
+<!-- Start of the right column -->
+<div id="rightcolumn">
+ <div class="sideitem">
+ <h2>Related Links</h2>
+ <ul>
+ <li><a target="_self" href="/eclipse.org-common/themes/solstice/docs/">Documentation</a></li>
+ </ul>
+ </div>
+</div>
+<!-- ./end #rightcolumn -->

Back to the top