Hi Ferran, Thank you for your reply.
The problem was (again) that I had not fully read the documentation. http://cdsware.cern.ch:8000/admin/webstyle/guide.html clearly states that the CDSPAGEFOOTER parameter in config.wml is only for the static html pages (help pages), and that everything else is done dynamically by python. So after I found and edited [src folder]\modules\webstyle\lib\webstyle_templates.py, I could edit my header and footer. Best regards, Torger -----Original Message----- From: Ferran Jorba [mailto:[email protected]] Sent: 4. juli 2007 11:10 To: Torger Tokle Cc: [email protected] Subject: Re: Make test errors + config.wml settings disregarded after upgradingfrom 0.7.1 to 0.92.1 Hi Torger, > I have an update to Problem 2 below: The default style only appears on > the "Search", "Submit", "Personalize", and "Administration" pages. For > some strange reason, the "Help" pages appear in my custom style. > > Default style appears here: http://sysdoc.com.dtu.dk/ My custom style > appears here: > http://sysdoc.com.dtu.dk/help/index.en.html If you are talking about the logo, we have put our own logo using but using Invenio default filename (logo.gif). I see that this file does not exist in your installation (http://sysdoc.com.dtu.dk/img/logo.gif) as it does in ours (http://ddd.uab.cat/img/logo.gif). Your own logo is in a different path (http://sysdoc.com.dtu.dk/img/SYSDOC/COMDTU.png). Try to copy it to the expected place (or symlink it). Hope it helps, Ferran
