When the installation directory of Drupal is not top of the domain,
URL path to images/online.gif is not correct, this image disappears.
In imcontrol.module Line 127 and 130, it should be
instead of
When the installation directory of Drupal is not top of the domain,
URL path to images/online.gif is not correct, this image disappears.
In imcontrol.module Line 127 and 130, it should be
instead of
Comments
Comment #1
Diseree commentedSorry, I've post with mistake.
In imcontrol.module Line 127 and 130, it should be
<img src="'.base_path().drupal_get_path('module', 'imcontrol').....instead of
<img src="/'. drupal_get_path('module', 'imcontrol')......Comment #2
atuyo60 commentedoh, thanks for pointing that out, I did not notice the difference between base_path and a slash as I had always been developing in the base directory...
Comment #3
atuyo60 commentedComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.