| <?php |
| /******************************************************************************* |
| * Copyright (c) 2016 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://www.eclipse.org/legal/epl-v10.html |
| * |
| * Contributors: |
| * Christopher Guindon (Eclipse Foundation) - Initial implementation |
| *******************************************************************************/ |
| //if name of the file requested is the same as the current file, the script will exit directly. |
| if (basename(__FILE__) == basename($_SERVER['PHP_SELF'])){exit();} |
| ?> |
| <div class="container padding-top-25 padding-bottom-25"> |
| <div id="maincontent"> |
| <div id="midcolumn"> |
| <h1><?php print $pageTitle; ?></h1> |
| <?php print $Webmaster->outputPage('index');?> |
| </div> |
| <div id="rightcolumn"> |
| <?php include "sidebar.tpl.php" ?> |
| </div> |
| </div> |
| </div> |