PHP HOOK for Accrisoft Freedom


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?
  2. if (($_REQUEST['src'] == 'jobs') && ($_REQUEST['srctype'] == '')) {
  3. ?>
  4. <style type="text/css">
  5. table.job_listings {display: none;}
  6. </style>
  7. <?
  8. }
  9. ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.