Switched from relative to absolute URLs.

(ugha)
This commit is contained in:
ugha
2004-07-23 03:45:07 +00:00
committed by zzz
parent 02864c9542
commit c40ae6608f

View File

@@ -23,7 +23,7 @@ function buildmenu() {
if (isset($page_config['nolink'])) {
$link = $title;
} else {
$link = "<a href=\"$uri\">$title</a>";
$link = "<a href=\"/$uri\">$title</a>";
}
switch ($page_config['depth']) {