Reputation: 11
I want to make 2 headers one for home page and one for rest of website (they would be almost same just have little change). I'm using Drupal 7. Please guide me any simple way because I know bit difficult way through using its url.
Thanks in advance :)
Upvotes: 0
Views: 161
Reputation: 641
Put each of headers in a separate block then position these 2 blocks in the header of your theme (menu structure then blocks).
For the one on the front page, go inside the settings of the block then check "Only the listed page" and add : <front>
For the one everywhere but on the front page, go inside the settings of the block then check "All pages except those listed" and add <front>
.
Upvotes: 1