| <?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 --> |