By dfwgreg on
Website: ctrlaltdelete.channelgregnet.com
Drupal 5.1
The primary links work in Firefox 2.0 but they won't show up in Internet Explorer. The source code is shown below:
if (isset($primary_links)) :
print theme('links', $primary_links, array('class' => 'links primary-links'))
endif;
Any ideas?
Thanks,
Greg
Comments
couldn't this just be pulled
couldn't this just be pulled from a default theme ?
from blue marine its
I've added the above code
I've added the above code and it's still the same: primary links show up in Firefox, not in IE.
Greg
conditional comments?
Do you have any conditional comments set up for the styles of the primary links?