<%-- This default stuff goes in the HTML head element of each page You can override it with your own file via WEB-INF/tiles-def.xml --%> <%@ include file="/taglibs.jsp" %> <% //String theme = theme = RollerConfig.getProperty("editor.theme"); String theme = request.getParameter("look"); if (theme == null && session != null) { theme = (String)session.getAttribute("look"); } if (theme == null) { theme = RollerConfig.getProperty("editor.theme"); } if (session !=null) session.setAttribute("look", theme); %>