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

ishmael-sanchez’s picture

You 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.

ishmael-sanchez’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.