diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-10-25 10:35:11 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-10-25 10:35:11 -0400 |
| commit | 5ed4a18a444768dfa7de2a10b827c806c2628b09 (patch) | |
| tree | 04b612c8e535156569fc55e544ca8575cbceb89c /dash/nav.php | |
| parent | 5fdbb37fc0458a48112a8a83022b9490217a3aa2 (diff) | |
| download | bulletin-5ed4a18a444768dfa7de2a10b827c806c2628b09.tar.gz | |
Revised website
Diffstat (limited to 'dash/nav.php')
| -rw-r--r-- | dash/nav.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dash/nav.php b/dash/nav.php index 6d82439..7593949 100644 --- a/dash/nav.php +++ b/dash/nav.php @@ -1,11 +1,11 @@ <?php if (!defined('ACC_TYPE')) die; if (ACC_TYPE == 'EMPLOYEE') { - $navtitles = array('Dashboard', 'Help', 'My Jobs'); - $navlinks = array('dash/', 'dash/help.php', 'dash/jobs.php'); + $navtitles = array('Dashboard', 'My Jobs'); + $navlinks = array('dash/', 'dash/jobs.php'); } else if (ACC_TYPE == 'EMPLOYER') { - $navtitles = array('Dashboard', 'Help', 'My Jobs', 'Post'); - $navlinks = array('dash/', 'dash/help.php', 'dash/jobs.php', 'dash/post.php'); + $navtitles = array('Dashboard', 'My Jobs', 'Post'); + $navlinks = array('dash/', 'dash/jobs.php', 'dash/post.php'); } else if (ACC_TYPE == 'ADMIN') { $navtitles = array(); $navlinks = array(); |
