Closed (fixed)
Project:
Sky
Version:
6.x-3.9
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2009 at 16:20 UTC
Updated:
29 Sep 2009 at 16:51 UTC
I have made a subtheme and now want to customize the content types. I tried placing a node-contenttype.tpl.php in subtheme folder, but its not responding. I did a search on drupal.org but could't find anything.
I wanna know where should i place the template files to override the sky theme?
Comments
Comment #1
jacineDo you have a node.tpl.php in the subtheme? You need one:
http://drupal.org/node/190815#node-suggestion
Comment #2
jacineIt doesn't matter where you put the tpls in the subtheme. You can put them in the root of the theme or in a subfolder like templates/ or whatever. Your issue is likely that you don't have a node.tpl.php in the subtheme. It's a Drupal 6 annoyance/bug.
Comment #3
jacineAlso, you need to clear the cache in order for Drupal to pick up your new template files every time you add a new one.
Comment #4
khanz commentedthnx Jacine placing node.tpl.php did the trick.. :)
Comment #5
jacineyou're welcome.