<%@ include file="/taglibs.jsp" %><%@ include file="/theme/header.jsp"%> <% String ctxPath = request.getContextPath(); boolean allowNewUsers = RollerRuntimeConfig.getBooleanProperty("users.registration.enabled"); if (!allowNewUsers && !request.isUserInRole("admin")) { %> <% } else { %>



<% } // end allowNewUsers check %> <%@ include file="/theme/footer.jsp"%>