Sat, 23 May 2020 14:13:09 +0200
bloat removal 3/3 - LightPITModule annotation and ModuleManager
<div class="menuEntry" <c:if test="${menu.active}">data-active</c:if> > <a href="${menu.pathName}"> <c:if test="${empty menu.resourceKey}"> <c:out value="${menu.text}"/> </c:if> <c:if test="${not empty menu.resourceKey}"> <fmt:bundle basename="${menu.resourceKey.bundle}"> <fmt:message key="${menu.resourceKey.key}"/> </fmt:bundle> </c:if> </a> </div>