Posted by Brian@brianpucc... on June 7, 2009 at 5:35am
Jump to:
| Project: | NineSixty (960 Grid System) |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
yeah, 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.
#2
Yep, maybe even the comment template too. Just the most common ones but only for a starter theme.
#3
subscribe
#4
I 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?
#5
Problem solved, I forgot to clear the cache. :)