Mercurial Hosting > nabble
comparison src/global/HtmlGlobalUtils.java @ 23:e424dc827823
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 14 Jun 2020 15:44:42 -0600 |
parents | 7ecd1a4ef557 |
children |
comparison
equal
deleted
inserted
replaced
22:b0e75dfe1853 | 23:e424dc827823 |
---|---|
15 public class HtmlGlobalUtils { | 15 public class HtmlGlobalUtils { |
16 | 16 |
17 public static final String nabbleHost = (String)Init.get("nabbleHost"); | 17 public static final String nabbleHost = (String)Init.get("nabbleHost"); |
18 public static final String nabbleContextUrl = "http://" + nabbleHost; | 18 public static final String nabbleContextUrl = "http://" + nabbleHost; |
19 | 19 |
20 private static final int cssVersion = 13; | 20 private static final int cssVersion = 14; |
21 | 21 |
22 public static final String nabbleSupportUrl = "http://support.nabble.com/"; | 22 public static final String nabbleSupportUrl = "http://support.nabble.com/"; |
23 | 23 |
24 public static void head(HttpServletRequest request, HttpServletResponse response, String title) | 24 public static void head(HttpServletRequest request, HttpServletResponse response, String title) |
25 throws IOException | 25 throws IOException |