*** empty log message ***
diff --git a/_projectCommon.php b/_projectCommon.php index 728c399..477ab6d 100644 --- a/_projectCommon.php +++ b/_projectCommon.php
@@ -4,7 +4,7 @@ # See the Committer Tools "How Do I" for list of themes # https://dev.eclipse.org/committers/ # Optional: defaults to system theme - $theme = "Phoenix"; + $theme = "Nova"; # Define your project-wide Nav bars here. # Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
diff --git a/index.php b/index.php index d8d4776..21f69fc 100644 --- a/index.php +++ b/index.php
@@ -1,4 +1,4 @@ -<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop' +<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = null; $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop' #***************************************************************************** # @@ -30,7 +30,7 @@ # Paste your HTML content between the EOHTML markers! $html = <<<EOHTML -<div id="maincontent"> +<div id="fullcolumn"> <div id="midcolumn"> <h1>$pageTitle</h1> <h2>Current releases</h2>