Sorry but I tried on 2 different drupal sites and I've nothing write on the source code...

Comments

Funkwarrior’s picture

Oh, the 2 sites are mutlilingual...

budda’s picture

Category: support » bug

I can't get it working on two sites i've tried too. The ie6update_preprocess_page() is getting called, but something is stopping the appended $vars['scripts'] from ever getting to the page.tpl.php

Both the themes i'm using are based on the Zen 6.x framework.

fenstrat’s picture

Status: Active » Closed (fixed)

Can confirm this.

Have also tracked it down to jquery_update. As a test disable jquery_update, the ie6script is then added fine. It's due to the way jquery_update modifies $vars['scripts'] in preprocess_page - as a result ie6updates preprocess additions are blown away.

Turns out it has already been fixed: #539780: Adding to scripts using preprocess page no good.