<%@ include file="/taglibs.jsp" %><%@ include file="/theme/header.jsp"%> <% // this just makes the name for a custom theme available to our jstl EL String customTheme = org.roller.pojos.Theme.CUSTOM; request.setAttribute("customTheme", customTheme); boolean allowCustom = org.roller.config.RollerRuntimeConfig.getBooleanProperty("themes.customtheme.allowed"); request.setAttribute("allowCustom", new Boolean(allowCustom)); String username = ""; try { RollerRequest rreq = RollerRequest.getRollerRequest(request); UserData ud = rreq.getUser(); username = ud.getUserName(); } catch (Exception e) { throw new ServletException(e); } %>

Your current theme is :


  
If you like you may customize a personal copy of this theme.

 

:

<%@ include file="/theme/footer.jsp"%>