I'm using the Classified module as a simplified job advertisement system. See it here:

http://www.evacmod.net/?q=ed-classified

What I want to do is change the title text on this page from "Classifieds Ads" to "Position Ads".

any ideas?

Comments

mikeuk2000’s picture

I forgot to mention that I have already tried altering the following lines within the .module file:

<?php
drupal_set_title('Job Ads');
?>

But this does not affect the main page of the Classifieds Ads module :(