Fix link to the project interface (was pointing at the old typo3 interface!)
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@406 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
280fb4a52f
commit
ffcd263378
@ -21,7 +21,7 @@ $sidebarentries = array(0, # We skip this entry anyway...
|
||||
array(name=>"Report a Bug", page=>"http://sourceforge.net/tracker/?func=add&group_id=1032&atid=101032"),
|
||||
array(name=>"Request a Feature", page=>"http://sourceforge.net/tracker/?func=add&group_id=1032&atid=351032"),
|
||||
1,
|
||||
array(name=>"Go to SourceForge", page=>"http://freeglut.sourceforge.net/fg/index.php?id=408")
|
||||
array(name=>"Project Interface", page=>"http://sourceforge.net/projects/freeglut/")
|
||||
|
||||
);
|
||||
|
||||
@ -77,4 +77,4 @@ function setPageTitle($title_inc) {
|
||||
$title = $site_title . " :: " . $title_inc;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user