Needs work
Project:
Navigate
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2010 at 16:30 UTC
Updated:
10 May 2010 at 20:26 UTC
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
Comment #1
markhalliwellThis will be implemented in the next release.