Return to Snippet

Revision: 8535
at September 26, 2008 17:54 by conspirator


Initial Code
<?
if  (($_REQUEST['src'] == 'jobs') && ($_REQUEST['srctype'] == '')) {
?>
<style type="text/css">
table.job_listings {display: none;}
</style>
<?
}
?>

Initial URL


Initial Description


Initial Title
PHP HOOK for Accrisoft Freedom

Initial Tags
php, textmate

Initial Language
PHP