$msg, 'link' => $link, 'label' => $label), 'dash_fatal.tpl').PHP_EOL; require('footer.php'); die; } function typestr ($type) { switch ($type) { case 'EMPLOYER': return 'Employer'; case 'EMPLOYEE': return 'Employee'; default: return 'Team Member'; } } function rating_format ($rating = null, $typestr = 'Employer') { if (is_null($rating)) return $typestr.' Not Rated'; return number_format($rating, 1).' Star '.$typestr; } function draw_noads () { ?>

Post an Ad!

Costs $5.00

You haven't posted any ads yet! It's a quick and easy way to get connected to the workers you need.
Post an ad!

Uncategorized

'.PHP_EOL; else echo '

'.htmlentities($row['cat_name']).'

'.PHP_EOL; ?>

Employer Not Rated

'.PHP_EOL; else echo '

'.$row['rating'].' Star Employer

'.PHP_EOL; ?>

Pays $

[...]