<%@ include file="/taglibs.jsp" %> <% String theme = request.getParameter("look"); if (theme == null) theme = RollerConfig.getProperty("editor.theme"); String logourl = "/theme/" + theme + "/logo.gif"; request.setAttribute("logourl", logourl); %>