Skip to content
Snippets Groups Projects
Commit 60241f5f authored by Tim Steiner's avatar Tim Steiner
Browse files

Add Take Attendance to administrators' menus.

parent ae0aee08
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ if (isset($_SESSION['user']) && $_SESSION['user']->get_type() == 'admin') {
$t->navlinks .= <<<EOF
<li><a href="index.php?module=main&amp;action=view_attendance&amp;by=all">All Attendance Records</a></li>
<li><a href="index.php?module=main&amp;action=set_up_events">Set Up Events</a></li>
<li><a href="index.php?module=main&amp;action=take_attendance">Take Attendance</a></li>
EOF;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment