summaryrefslogtreecommitdiff
path: root/dash/headless.php
diff options
context:
space:
mode:
authorcflem <carson.fl3ming@gmail.com>2016-12-29 15:10:12 -0700
committercflem <carson.fl3ming@gmail.com>2016-12-29 15:10:12 -0700
commit33fcf9fb658f77978514f9dbca463d68ceee3dba (patch)
tree4479ad582aefa6dafdab8407ec8a7f6aa497ac28 /dash/headless.php
parent7b59091bda702e3d9907d5a14d248bf241c15df7 (diff)
downloadbulletin-33fcf9fb658f77978514f9dbca463d68ceee3dba.tar.gz
Reorganized employee dashboard
Diffstat (limited to 'dash/headless.php')
-rw-r--r--dash/headless.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/dash/headless.php b/dash/headless.php
index 98b0d9b..f3ba5df 100644
--- a/dash/headless.php
+++ b/dash/headless.php
@@ -10,12 +10,14 @@ if ($result->num_rows) {
<div class="job">
<a href="#" class="jobxbtn"></a>
<p class="jobtitle"><a href="ads.php?id=<?=$row['id'];?>"><?=htmlentities($row['title']);?></a></p>
- <p class="joblocation"><?=htmlentities($row['location']);?></p>
<?php
if (is_null($row['cat_name']))
echo ' <p class="jobcat">Uncategorized</p>'.PHP_EOL;
else
echo ' <p class="jobcat">'.htmlentities($row['cat_name']).'</p>'.PHP_EOL;
+?>
+ <p class="joblocation"><?=htmlentities($row['location']);?></p>
+<?php
if (is_null($row['rating']))
echo ' <p class="jobstars">Employer Not Rated</p>'.PHP_EOL;
else