There is no node.tpl.php file, which is usually found in other themes. This didn't bother me until I tried to create a node-blog.tpl.php and a node-image.tpl.php and Drupal ignored it until there was a node.tpl.php present. Maybe 960 should split some of the page.tpl.php into a node.tpl.php?
Comments
Comment #1
drewish commentedyeah, it would be nice to ship with one even just to make it saner to know where to go to copy/paste it into the subtheme.
Comment #2
dvessel commentedYep, maybe even the comment template too. Just the most common ones but only for a starter theme.
Comment #3
ngstigator commentedsubscribe
Comment #4
jessicakoh commentedI put in a node.tpl.php, then created node-blog.tpl.php, Drupal still ignored both node.tpl.php and node-blog.tpl.php.
What am I missing?
Comment #5
jessicakoh commentedProblem solved, I forgot to clear the cache. :)