Forum Discussion

Gursimrat's avatar
Gursimrat
Leader
11 years ago

Using custom component in the Header in Skin Wrapper

Greetings,   I have created a custom component and I want to call this component in the Header inside Skin Wrapper rather than placing it on the Pages, is there any ways i can do it?    
  • ChiaraS's avatar
    ChiaraS
    11 years ago

    Hi,

     

    you should be able to include a custom component with the freemarker "include" directive:

     

    <#include "my-custom-component.ftl" />