Gursimrat
12 years agoLeader
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?
Sign in to react to this post
- 12 years ago
Hi,
you should be able to include a custom component with the freemarker "include" directive:
<#include "my-custom-component.ftl" />