It would be extremely nice if navigate wouldn't load on certain pages. For example: I use IMCE which pops up a new window. Weirdly enough, it doesn't actually show up, but it does shift the body to the right. I have added the following if clause in navigate.module on my site, temporarily, until this gets implemented:


/**
 * Implementation of hook_init().
 */
function navigate_init() {
  if(arg(0) != 'imce') {
         ****** CODE *******
  }
}

Comments

markhalliwell’s picture

Status: Active » Needs work

This will be implemented in the next release.