D'oh. This time it's *really* fixed, you can take my word for it. :)

(ugha)
This commit is contained in:
ugha
2004-07-23 03:55:31 +00:00
committed by zzz
parent 1a4a8c0666
commit 4cdfdb0a4b

View File

@@ -26,7 +26,7 @@ function buildmenu() {
if(preg_match("/^(http:\/\/|\/)", $title))
$link = "<a href=\"$uri\">$title</a>";
else
$link = "<a href=\"$uri\">/$title</a>";
$link = "<a href=\"/$uri\">$title</a>";
}
switch ($page_config['depth']) {