diff options
| author | Carson Fleming <cflems@cflems.net> | 2018-01-23 15:33:49 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2018-01-23 15:33:49 -0500 |
| commit | 683b3cb621a7d1eaa1e23dd437a6b1829a255e3f (patch) | |
| tree | b31049945928ee0a6b95445f7f40f4daa609ceee | |
| parent | e1a6be172132d3f9a9ca459a01e37628c23c86bb (diff) | |
| download | bulletin-683b3cb621a7d1eaa1e23dd437a6b1829a255e3f.tar.gz | |
Fix broken link on My Jobs page
| -rw-r--r-- | dash/dash_functions.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dash/dash_functions.php b/dash/dash_functions.php index 88884c7..da87328 100644 --- a/dash/dash_functions.php +++ b/dash/dash_functions.php @@ -59,11 +59,12 @@ function draw_norate_p () { <?php } function draw_norate_s () { + global $b_config; ?> <div class="job"> <p class="jobtitle"><a href="post.php">You have no jobs yet!</a></p> <p class="jobpay">Apply to more ads. It's FREE!</p> - <p class="jobblurb">None of your applications have been approved yet. In the meantime, be sure to reply to more job postings to maximize your exposure.<br /><a href="dash/">Browse ads!</a></p> + <p class="jobblurb">None of your applications have been approved yet. In the meantime, be sure to reply to more job postings to maximize your exposure.<br /><a href="<?=$b_config['base_url'];?>dash/">Browse ads!</a></p> </div> <?php } |
