I have created new php template files and placed them in my sites/all/contemplates directory. However when I look at the template page in Drupal admin, I see the following:

Teaser: This template is being read from <em>sites/all/contemplates/node-employee-teaser.tpl.php</em>

Body: This template is being read from <em>sites/all/contemplates/node-employee-body.tpl.php</em>

RSS: This template is being read from <em>sites/all/contemplates/node-employee-body.tpl.php</em>

Why would Contemplate not be picking up the node-employee-rss.tpl.php file?

Comments

denney’s picture

I've tested this as well and even after resetting the template in the Content Templates Admin section it still won't pickup the RSS template.

denney’s picture

Component: Code » User interface

It seems to be a user interface problem because the nodes are displaying using the RSS template it's just the admin section is telling me otherwise.