Hi,

On my website I have a Reports section, and inside that section there are three different types of reports (Industry Reports, Insight Reports, and Policy Papers). Within the three individual sections there is a view on each page simply listing all the reports of that type, and a link to the node.

So for the three individual sections I am using the following template files:

page-reports-industry.tpl.php
page-reports-insight.tpl.php
page-reports-policies.tpl.php

The reason I am using page template files instead of just a page display in views, is that the other elements on the page (title, description, introduction copy etc) needs to be easily editable by the client.

And I am also using the following file for templating the report node:

node-reports.tpl.php

- - -

Now the problem I am having is that when I click on a report in any of the three sections, instead of using the node-reports.tpl.php template file (like it used to before I brought in the page-reports-xxxxxxxx.tpl.php files) it is getting overridden by the respective page-reports-xxxxxxxxx.tpl.php file.

Does anybody know how I can rectify this problem?

Thanks,
Dave