Closed (fixed)
Project:
IM Control
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2008 at 10:32 UTC
Updated:
28 Aug 2008 at 17:55 UTC
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.