Active
Project:
NineSixty (960 Grid System)
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2009 at 05:35 UTC
Updated:
3 Nov 2010 at 08:50 UTC
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. :)