main.ftl: template should react on property 'def.header.enabled'
----------------------------------------------------------------

                 Key: MGNLSTK-658
                 URL: http://jira.magnolia-cms.com/browse/MGNLSTK-658
             Project: Magnolia Standard Templating Kit
          Issue Type: Improvement
          Components: templates
    Affects Versions: 1.3.1
            Reporter: Christian Ringele
            Assignee: Ondřej Chytil


the main.ftl includes directly the header template, instead of checking the 
enabled property first.

It is:
[#include def.header.template]

It should be:
[#if def.header.enabled]
          [#include def.header.template]
[/#if]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to