for internal urls, use l() / url() only
ax - July 20, 2003 - 15:49
| Project: | Drupal |
| Component: | base system |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
there are still quite some hardcoded internal urls in drupal's code base. all occurences of things like '<a href=\"$base_url/\">', '<a href=\\\"module.php...', etc. should be changed to use l() / url() instead.

#1
Got fixed.
#2