Active
Project:
Content Templates (Contemplate)
Version:
5.x-2.02
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2008 at 15:26 UTC
Updated:
2 Oct 2008 at 17:50 UTC
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
Comment #1
denney commentedI'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.
Comment #2
denney commentedIt 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.