I've just moved my site and due to me not mapping my 403's in htaccess, I found my error logs *full* of errors looking for menu_bg.png
I eventually tracked the errors to two files...
line #117 of offline1.css and the same code on line #127 of error1.css
- Code: Select all
background: url('../../images/style1/menu_bg.png') repeat-x 0 0;
To stop my logs filling up - I have commented out these line, but can someone please tell me where I can download the images? (Clearly, they are missing from my installation of twn2.)
Thanks
====================
Also - just a 'heads up'...
Some part of the template is also looking for images bg1.jpg and bg2.jpg in the twn2/images directory. (I found them in the style1 directory.)
====================