BlackCatDevelopment / BlackCatCMS

BlackCat CMS is a PHP5, HTML5 content management system
https://blackcat-cms.org
Other
11 stars 9 forks source link

Page header in wrong place in Mojito #276

Closed webbird closed 8 years ago

webbird commented 9 years ago

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?

webbird commented 9 years ago

I "fixed" this for release 1.1, but it's not a real fix, just a workaround. Please take a look at it before v1.2. Thanks.