fixed typo and added close button to edit pages
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<header>
|
||||
<nav class="navbar">
|
||||
<div id="logo">
|
||||
Punktesystem-KSP
|
||||
Punktesystem-Kreispokalwettbewerb
|
||||
</div>
|
||||
<a href="#" class="toggle-button">
|
||||
<span class="bar"></span>
|
||||
@@ -32,9 +32,9 @@
|
||||
echo "<li><a href=\"stationen.php\">Stationen</a></li>\n";
|
||||
}
|
||||
if ($_SESSION['user_group'] == 'statistics') {
|
||||
echo "<li><a href=\"statistik.php\">Ergebnisse</a></li>";
|
||||
echo "<li><a href=\"statistik.php\">Ergebnis</a></li>";
|
||||
} else {
|
||||
echo "<li><a href=\"statistik.php\">Ergebnisse eintragen</a></li>";
|
||||
echo "<li><a href=\"statistik.php\">Ergebnis eintragen</a></li>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user