Hi there. Great module. Thanks!

Quick question. I'm not up on the Ins and out of the theme system. I'm trying to exclude jquery on a specific theme so I can add a new version. THis theme controls sections of the site that don't interact tiwth the admin functions that hold update to 1.3, so I've included 1.5 by hand.

This is what I've used in the past, but it obviously won't work here since I have this module installed.

    unset($scripts['core']['misc/jquery.js']);
    $variables['scripts'] = drupal_get_js('header', $scripts);  

Any suggestions for my preprocess_page function in my new theme's template.php?

thanks in advance.

--
J.

Comments

markhalliwell’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 6 reached EOL (end-of-life) on February 24, 2016.