Cooke, Mark wrote: >> I'm trying to put a logo on the pages, and I go into the config file >> and say, >> >> [header_logo] >> alt = Your logo here, as they often say . . . >> height = 25 >> link = http://www.scanandgocard.com >> src = mtlogo.png >> width = 230 >> >> > ...I had similar problems and only managed to get it to work by putting > the logo in each site's htdocs rather than a common one (I'm running > multiple environments but I do not think that is the problem). So my > ini file setting is: > > >> src = site/proj-logo.png >>
This is indeed the preferred solution. Having just src = mtlogo.png (or src = common/mtlogo.png) requires you to put that file in the deployed htdocs, i.e. in the Trac-....egg/trac/htdocs/ folder for example. -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
