Dear Greg,
Thanks for having made this module.
I'm trying to add little text that says that our company is an equal opportunity employer.
Located between the "Current Jobs" title and the postings on the page where all the jobs are.
Kind regards,
Lucas Lallement
Comments
Comment #1
lucas.lallement commentedGreg's message regarding this issue:
"Hi, Lucas
Easiest way to do this would be to copy the listing page template ('job-posting-list.tpl.php') into your active theme directory and add the html string you want just above the print call (i.e. '
print $listings;). Of course you can make the modification to the original in the module directory but then you'd lose it if you ever had to reinstall or on upgrade.HTH,
GM"