Quote Originally Posted by numinix View Post
Do you have any extra modules installed? We can not find a call in our code for this image you are talking about.
No its called for in the stylesheet.php

....includes/templates/tableau/css/stylesheet.php

Line #39 : background: url(<?php echo $template->get_template_dir('arrow_nav_hover_up.png', DIR_WS_TEMPLATE, $current_page_base,'images').'/arrow_nav_hover_up.png'; ?>) no-repeat center 36px;

Line #83 : background: transparent url(<?php echo $template->get_template_dir('arrow_nav_hover_up.png', DIR_WS_TEMPLATE, $current_page_base,'images').'/arrow_nav_hover_up.png'; ?>) 0 0 no-repeat;

but not image in the images folder?
thanks