forked from I2P_Developers/i2p.www
I'm tired of this, I should start testing locally.
(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 {
|
||||||
if(preg_match("/^(http:\/\/|\/)", $title))
|
if(preg_match("/^(http:\/\/|\/)/", $title))
|
||||||
$link = "<a href=\"$uri\">$title</a>";
|
$link = "<a href=\"$uri\">$title</a>";
|
||||||
else
|
else
|
||||||
$link = "<a href=\"/$uri\">$title</a>";
|
$link = "<a href=\"/$uri\">$title</a>";
|
||||||
|
Reference in New Issue
Block a user