Closed (fixed)
Project:
NineSixty (960 Grid System)
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2011 at 17:02 UTC
Updated:
27 May 2011 at 02:31 UTC
I've installed NineSixty theme, and it looks like page.tpl.php is the only template file. I'm not so sure of what I need to do if I wanted to edit the block or node template.
I know that these elements leverage the block.tpl.php and node.tpl.php files, but should I just create blank files? If I create a blank block.tpl.php file to edit the block layout, in theory the blocks would then display nothing, correct? It seems it would be better to just add a 'default' block.tpl.php file to the system, but I'm not sure where to look for that, or if there is already one available for NineSixty, and I just don't know where to find it.
Comments
Comment #1
ishmael-sanchez commentedYou can find the Drupal default implementation of block.tpl.php in /modules/block/block.tpl.php just copy that file into your theme and flush the cache and make edits as needed. The default implementation of node.tpl.php can be found in /modules/node/node.tpl.php.
Comment #2
ishmael-sanchez commented