Active
Project:
Tao
Version:
6.x-3.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 May 2011 at 19:16 UTC
Updated:
3 Jun 2011 at 11:40 UTC
I simply wanted to override the object.tpl.php template in a subtheme of Tao, but even though I copied the object.tpl.php into the templates directory of my subtheme and edited it, it still picks up the Tao template. Theme developer shows that the Tao template is picked up, not mine. I can override the page.tpl.php template with no problem, however.
Comments
Comment #1
Cap'taine Crochet commentedI've just found a solution. In my case the block.tpl.php resides in a
MODULE/templates/object.tpl.php.I also have a
MODULE/templates/node-blog.tpl.php.