File "nav.php"

Full Path: /home/scheduling/public_html/faculty/nav.php
File size: 345 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
include "timezone.php";
?>
<nav class="navbar navbar-expand-lg fixed-top navbar-light bg-light-gray">
      <div class="container-fluid">
        <a class="navbar-brand ms-1 text-gold" href="#">Classroom Vacancies System</a>
        <button class="btn btn-danger d-lg-none" id="sidebarToggle">☰</button>
      </div>
    </nav>