| [news.eclipse.technology.phoenix] Re: Nav bars in subdirectories |
Beth,
Denis
If I have a php page in a subdirectory of the project site, e.g.
http://www.eclipse.org/ptp/docs/releases/release-1.0.php
The project-wide Nav bars defined in _projectCommon.php seem to be relative to the current page, so they don't work on that page.
Currently the nav bar link to the main page is: $Nav->addNavSeparator("PTP Home", "index.php");
Should it perhaps be something like: $Nav->addNavSeparator("PTP Home", "/ptp/index.php");
??
...Beth Tibbitts
--