oops forgot to do this

This commit is contained in:
NinCollin 2023-04-21 11:45:56 -05:00 committed by GitHub
parent 1c1a2d90f8
commit 3f704e6887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ function printheader()
$links.="<a href=\"index.php?action=markforumread&id=$forumid\">mark forum read</a> ";
}
$links.="<a href=$headlink[url]>$headlink[name]</a>";
$links.="<a href=$headlink[url]>".strtolower($headlink['name'])."</a>";
}
else if($currentcat>=2)
{
@ -64,7 +64,7 @@ function printheader()
$links.=" ";
else
$links.="<tr><td $themesettings[tdHeaderLinks1Attributes] class=\"tdHeaderLinks2\">";
$links.="<a href=$headlink[url]>$headlink[name]</a>";
$links.="<a href=$headlink[url]>".strtolower($headlink['name'])."</a>";
}