I keep getting "not found page" errors in watchdog for a missing foo.gif in /sites/all/themes/tma/tma/foo.gif
The referent is: /sites/all/themes/tma/tma/tma.css?u

Great theme by the way!

Thanks in advance for any help

CommentFileSizeAuthor
#2 foo.gif807 byteskirie
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bengtan’s picture

Yes, this is confirmed behaviour. I think it was inherited from the port, because the original theme did something similar. Will look into it when I have time, but I'm not sure when.

kirie’s picture

FileSize
807 bytes

I found this one too - as a temporary fix I added a 1px transparent foo.gif to the theme directory (attached for convenience).

tomski’s picture

Thanks for the temporary fix!

bengtan’s picture

Status: Active » Fixed

A fix has been committed to cvs (http://drupal.org/cvs?commit=341920) and will be incorporated into future releases of this theme.

If you'd like to patch your own system with this fix, edit tma/tma/tma.css and delete line 578 where it says:

    list-style-image: url(foo.gif); 

Thank you for your patience.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.