Forum Discussion
VarunGrazitti
11 years agoBoss
janjanssen We haven't used Li contests, but looking at the ideas in Li, which also have tabs, I can conclude following:
When you click on tabs, the URL changes, you can use the following code to check if the URL contains entries or whatever the URL becomes after you go to the entries tab in contest and then dispay the header you want to.
<#if http.request.url?contains("/t5/xyz/entries")> //this will check if your URL contains entries or not.
//code to display custom header
</#if>
Related Content
- 13 years ago
- 2 years ago
- 2 years ago
- 2 years ago
- 10 months ago