|  | <?php | 
|  |  | 
|  | # Set the theme for your project's web pages. | 
|  | # See the Committer Tools "Phoenix" secion in the How Do I? for list of themes | 
|  | # https://dev.eclipse.org/committers/ | 
|  | $theme = "Phoenix"; | 
|  | # Define your project-wide Nav bars here. | 
|  | # Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank) | 
|  | #$Nav->addCustomNav("Downloads", 	"downloads.php", 		"_self"); | 
|  | #$Nav->addCustomNav("Installation", "install.php", 			"_self"); | 
|  | #$Nav->addCustomNav("Google", 		"http://www.google.ca",	"_blank"); | 
|  |  | 
|  | ?> |