07-31-2014 11:35 AM
08-07-2014 12:03 PM
<#if section.title?html?contains("http")>
<li><a href="${section.title}" target="_blank">${section.name?html}</a></li>
<#else>
<li><a href="${url.context}${section.path}"><#if section.title?? && section.title?length gt 0>${section.title?html}<#else>${section.name?html}</#if></a>
<@outputMenu sections=section.sections/>
</li>
</#if>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.