I'm tired of this, I should start testing locally.

(ugha)
This commit is contained in:
ugha
2004-07-23 03:58:22 +00:00
committed by zzz
parent 4cdfdb0a4b
commit fd16c0c836

View File

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