Forum Discussion
nehaSharma
8 years agoExpert
You can use the following Components :
<#if user.anonymous> <@component id="common.widget.user-navigation-modern" /> <#else> <@component id="common.widget.slide-out-user-menu" /> </#if>
- Meakii8 years agoContributor
Thanks for the tip nehaSharma. sadly this doesn't work and I still receive the error. (see attached). I feel this must be something to do with being in the wrapper (Page header) rather than in a component.
- nehaSharma8 years agoExpert
You can't include these components in the Header Wrapper, you need to Create a Custom component with the code provided to you in the previous post and then include it in the Header Quilt.