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.

Comments

killes@www.drop.org’s picture

Got fixed.

Anonymous’s picture