Opened 5 months ago
Last modified 2 months ago
Use the Code Orange Gear image and submit to a favicon generator site (I think I've used http://www.html-kit.com/favicon/ before) and have it create a favicon. Attach the facicon.ico file to this ticket and we'll add it to SVN.
Favicon zip from website linked in ticket
(In [408]) adding favicon re #4226
(In [409]) adding favicon to elgg 1.5 re #4226
For trac, the simplest way to install the new favicon is to overwrite the file /usr/share/trac/htdocs/trac.ico with the new one. Alternatively we could remove the 'icon=' line from all project configs and add it to the global trac.ini pointing at /favicon.ico
(In [414]) re #4226 Adding line to global trac.ini to define favicon as /favicon.ico
(In [415]) re #4226 modifying cache and sync to remove per-project favicon conf line
(In [416]) re #4226 adding explicit favicon link to elgg header
If we remove the icon line from existing projects, this will be complete for the trac side.