aboutsummaryrefslogtreecommitdiff
path: root/src/staff
diff options
context:
space:
mode:
Diffstat (limited to 'src/staff')
-rw-r--r--src/staff/header.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/staff/header.php b/src/staff/header.php
index 27119a6..ca820bc 100644
--- a/src/staff/header.php
+++ b/src/staff/header.php
@@ -66,6 +66,7 @@ echo "<table border=0 width=\"100%\" align=center>\n";
echo " <tr>\n";
echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" href=task.php>Tasks ($nr)</a></td>\n";
echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" href=score.php>Score</a></td>\n";
+echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" href=run.php>Runs</a></td>\n";
echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" href=option.php>Options</a></td>\n";
echo " <td align=center width=\"20%\"><a class=menu style=\"font-weight:bold\" href=../index.php>Logout</a></td>\n";
echo " </tr>\n";