header.ftl: Should reacht on 'def.header.branding.enabled'
----------------------------------------------------------

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


In the template header.ftl, the branding template is directly included without 
checking the enabled properts.

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

should be:
[#if def.header.branding.enabled]
    [#include def.header.branding.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