Navigation - Meta Navigation: branding.ftl does not react on property 'enabled'
-------------------------------------------------------------------------------

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


In the past, the meta navigation in the branding was implemented as an area.
Before it was a static include of the template.

When implementing it as a Area, it was forgotten to have the 'if enabled' 
around the include of the area template.
It should be:
 [#if def.navigation.meta.enabled]
        [#include def.navigation.meta.template]
    [/#if]

instead of 

[#include def.navigation.meta.template]

-- 
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