[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.phoenix] Nav bars in subdirectories

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