Closed (fixed)
Project:
Domain
Version:
5.x-1.0rc3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2008 at 12:01 UTC
Updated:
20 Jan 2008 at 17:05 UTC
Jump to comment: Most recent file
Comments
Comment #1
nicholasthompsonJust realized that it would be FAR more sensible to use base_path() rather than just a slash! New patch attached.
Note: This patch is generated against HEAD - not rc3... But there is no option to select HEAD from the Versions.
Comment #2
agentrickardThat's odd. drupal_get_path() is the preferred solution here, since it can find the exact location of the module files and should write the links appropriately.
I assume you are running Drupal in a subfolder?
Possibly the statement needs to be wrapped in url(), which I believe is the cleaner solution than appending base_path().
Comment #3
agentrickardPatch confirmed. Using url() causes the links to go through index.php which is not desired.
Comment #4
agentrickardcommitted to HEAD.