Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rt-pmc] Friday fun with websites...

Continuing on from my message the other day, I've been tweaking the prototype RT website. See the following for samples
	http://eclipse.org/rt/testweb
	http://eclipse.org/rt/testweb/team-leaders.php

The main thing to do is determine what the four boxes in the banner should link to.  Ideas are more than welcome.  Key IMHO is getting started and download material.

As a side note, I made a EclipseRT favicon so you can have your site show up with a funky little EclipseRT logo in the address bar as shown below.

PNG image


Most projects will be able to do this simply by adding the following line to their _projectCommon.php file 
	$App->AddExtraHtmlHeader( '<link rel="shortcut icon" href="/rt/images/favicon.ico" />');

Jeff




Back to the top