Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jobsearch/README.txt,v
retrieving revision 1.5.2.3
diff -u -p -r1.5.2.3 README.txt
--- README.txt	7 Jan 2008 20:58:55 -0000	1.5.2.3
+++ README.txt	14 Apr 2009 04:47:34 -0000
@@ -93,6 +93,27 @@ To enable this module do the following:
 6. If you are using the job access and resume access modules, you have to-
    set the permissions correctly. Visit Administer -> Content Management ->
    Post settings and click on "Rebuild Permissions".
+   
+Theming and Customizing
+-----------------------
+
+You can override these functions in your theme template.php to customize the output
+generated by this module.
+Here are some functions you can override (the exact file to look for the original code is
+in brackets):
+theme_job_view() (job.module)
+theme_job_mail() (job.module)
+theme_job_search_item() (job.module)
+theme_resume_search_item() (resume.module)
+
+theme_job_mail() is probably the function you might want to override as this function determines
+what text is sent in the job application email to employers.
+You can insert these print_r statements to the top of that function so you can see what fields
+are available to you:
+print_r($resume_node);
+or 
+print_r($job_node);
+
 
 Extending the modules
 ---------------------
