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

vm’s picture

couldn't this just be pulled from a default theme ?

from blue marine its

<?php if (isset($primary_links)) { ?>
<?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?><?php } ?>
dfwgreg’s picture

I've added the above code and it's still the same: primary links show up in Firefox, not in IE.

Greg

jswaby’s picture

Do you have any conditional comments set up for the styles of the primary links?