blob: f89c2178c6c4c5a3d3ac46712b4cab1b388b8f40 [file] [log] [blame]
<?php
# Set the theme for your project's web pages.
# See the Committer Tools "How Do I" for list of themes
# https://dev.eclipse.org/committers/
# Optional: defaults to system theme
$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)
# these are optional
$Nav->setLinkList(array());
$Nav->addNavSeparator("Mylyn", "/mylyn/");
$Nav->addCustomNav("About", "/projects/project_summary.php?projectid=mylyn.docs", "_self", 3);
$Nav->addCustomNav("Plan", "/projects/project-plan.php?projectid=mylyn.docs", "_self", 3);
$pageKeywords = "eclipse, mylyn, docs, wikitext, htmltext, rich editing";
$pageAuthor = "Steffen Pingel";
$pageTitle = "Mylyn Docs";
$Menu->setMenuItemList(array());
$Menu->addMenuItem("Mylyn", "/mylyn/", "_self");
$Menu->addMenuItem("About", "/projects/project_summary.php?projectid=mylyn.docs", "_self");
$Menu->addMenuItem("Plan", "/projects/project-plan.php?projectid=mylyn.docs", "_self");
$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="style.css"/>' . "\n\t");
$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="style2.css"/>' . "\n\t");
$App->Promotion = TRUE;
?>