Theme Name: Smooth IT
Link to Theme: http://custom.simplemachines.org/themes/index.php?lemma=382Very nice forum.
The links in the navigation don't appear to use images - they are formatted in <li></li> tags.
// The [calendar]!
if ($context['allow_calendar'])
echo ($current_action=='calendar' || $context['browser']['is_ie4']) ? '' : '' , '
<li class="' , $current_action == 'calendar' ? 'current' : '' , '"><a href="', $scripturl, '?action=calendar">' , $txt['calendar24'] , '</a></li>';
Please let me know if this is a simple fix.
Cheers!