[
http://jira.magnolia-cms.com/browse/MGNLSTK-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ondřej Chytil updated MGNLSTK-657:
----------------------------------
Summary: header.ftl: Should react on 'def.header.branding.enabled'
(was: header.ftl: Should reacht on 'def.header.branding.enabled')
Description:
In the template header.ftl, the branding template is directly included without
checking the enabled property.
It is:
[#include def.header.branding.template]
should be:
[#if def.header.branding.enabled]
[#include def.header.branding.template]
[/#if]
was:
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]
> header.ftl: Should react 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 property.
> 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: <[email protected]>
----------------------------------------------------------------