[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.phoenix] _projectCommon.php and the download link

Hi folks,

I'm having problems with the common navigation bar. I've created _projectCommon.php in dsdp/dd website with the following code as the instructions indicate:

require_once($_SERVER['DOCUMENT_ROOT'] . "/projects/common/project-info.class.php");

           $projectInfo = new ProjectInfo("dsdp.dd");

           $projectInfo->generate_common_nav( $Nav );

All of the common links work correctly, except that the downloads link is still pointing to the main DSDP download page and not the DD sub-project download page.

I didn't see an XML tag for a download area in the project_info.xml file, and I can't figure out how the common navigator decides what download directory to use.

Anyone run into this? I'm a complete novice in PHP, so sorry if it's a stupid question.

Thanks, Doug