Email to a friend link for J-Board
From KitchenTwo
Overview
We have put together a little piece of code that allows you to add 'email to a friend' links to your job listings.
The code needs to be added to _job.php in your template folder, just after the 'To Apply' link would be a good place.
The code opens an email on the users PC populated with the job details.
Code
<li><strong>Email to a Friend:</strong> <br />
<a href="mailto:?subject=<?=$listing['title'];?>&body=<?=$listing['title'];?> at
<?=$listing['company'];?>%0A<?=$listing['location'];?>%0A<?=SITE_URL;?>job.php?job=
<?=$job_id;?>%0A<?=SITE_TITLE;?>%0A">Email to a Friend</a></li>

