The header is shown on top of the page content instead of globally. Found this to be a result of changing
{if check_section(2)}
to
{if check_block(2)}
in line 59 of index.tpl, but I don't really understand what this means, as check_section(2) checks for a section with number 2 to be active, whereas check_block(2) checks for block number 2. Maybe both are wrong?
The header is shown on top of the page content instead of globally. Found this to be a result of changing
to
in line 59 of index.tpl, but I don't really understand what this means, as check_section(2) checks for a section with number 2 to be active, whereas check_block(2) checks for block number 2. Maybe both are wrong?