Active
Project:
Omega
Version:
7.x-3.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2012 at 18:23 UTC
Updated:
1 Dec 2012 at 20:25 UTC
Good day
I maked node--forum.tpl.php ( i modify node.tpl )
But not any changes im my subtheme
What i must write in templete.php ?
Comments
Comment #1
mths commentedIf you put it in you templates folder you should not need to change anything, but you do have to empty your cache at admin/config/development/performance
If you want to override a region for a specific content type (a problem that's related to yours and I just had to solve for myself) that requires a function in your template.php, namely:
After that you can create for example a region--content--YOUR CONTENT TYPE.tpl.php in your templates folder. Clear cache.