forked from I2P_Developers/i2p.www
Switched from relative to absolute URLs.
(ugha)
This commit is contained in:
2
menu.php
2
menu.php
@@ -23,7 +23,7 @@ function buildmenu() {
|
|||||||
if (isset($page_config['nolink'])) {
|
if (isset($page_config['nolink'])) {
|
||||||
$link = $title;
|
$link = $title;
|
||||||
} else {
|
} else {
|
||||||
$link = "<a href=\"$uri\">$title</a>";
|
$link = "<a href=\"/$uri\">$title</a>";
|
||||||
}
|
}
|
||||||
|
|
||||||
switch ($page_config['depth']) {
|
switch ($page_config['depth']) {
|
||||||
|
Reference in New Issue
Block a user