I would like sections module to pass information about current 'section' to theme engine. It would be useful if user don't want to use whole different template, but only replace one picture or one color.
I would like sections module to pass information about current 'section' to theme engine. It would be useful if user don't want to use whole different template, but only replace one picture or one color.
Comments
Comment #1
Bèr Kessels commentedgenie, for me, the styles within drupal suffices for that. For all other cases blocks suit my needs. So I really do not see the need for implementing this.
Could you tel me why styles (as opposed to templates) would suffice? Otherwise please be so kind to close this issue, by marking it "won't fix".
Comment #2
dandaka commentedMy site has block in sidebar, which is showing flash-movie depending on section, where user is. Also user location changes site menu. Active item (where user is) can't be clicked and has a different look.
I can't implement it with styles and blocks.
Comment #3
Bèr Kessels commentedyou can add PHP to any block. is that not enough?