Skip to content

Commit

Permalink
Add aristo theme
Browse files Browse the repository at this point in the history
  • Loading branch information
meier-rene authored Oct 30, 2024
1 parent 2c88bd9 commit 529a8df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MetFragWeb/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
<param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name>
<param-value>resources.application</param-value>
</context-param>
<context-param>
<param-name>primefaces.THEME</param-name>
<param-value>aristo</param-value>
</context-param>
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
Expand Down

0 comments on commit 529a8df

Please sign in to comment.