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.
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
Comment #1
killes@www.drop.org commentedGot fixed.
Comment #2
(not verified) commented