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