phpki: fix common URLs

This commit is contained in:
Denis Fateyev
2013-10-14 04:49:04 +06:00
parent d77f6e17d8
commit 4fe0d6da3e

View File

@@ -122,7 +122,7 @@ function printHeader($withmenu="default") {
}
if (file_exists('../policy.html')) {
print '<a class='.$menuclass.' style="color: red;" href=\"../policy.html\" target=\"help\">Policy</a>';
print '<a class='.$menuclass.' style="color: red;" href="../policy.html" target="help">Policy</a>';
}
?>
<a class=<?php echo $menuclass?> href="../help.php" target="_help">Help</a>