Garland secondary-links wrapping in IE

Category
css, drupal
Date Created
16th Jun 2010
Last Updated
9th Jul 2010

Garland secondary-links wrapping in IE

Question

How to stop secondary links wrapping in IE?

Answer

Within the Garland theme the secondary links have a bug in that they wrap. A quick fix is to change page.tpl.php as follows:

- <?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>
+ <?php print theme('links', $secondary_links, array('class' => 'links secondary-links')) ?>

Related terms