mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
03.18.2011 9da4deb899f0b0e087236f8ddf0f65124a54c377
Another favicon
1 files modified
2 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/admin/doc/ConfigGuideGeneration.java 2 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/admin/doc/ConfigGuideGeneration.java
@@ -95,6 +95,7 @@
  private final String WELCOME_FILE = "welcome.html";
  private final String MAINTOP_FILE = "maintop.html";
  private final String INDEX_FILE = "index.html";
  private final String FAVICON = "http://forgerock.org/favicon.ico";
  private static final String CONFIG_GUIDE_DIR = "opendj_config_guide";
  private final String MAIN_FRAME = "mainFrame";
@@ -1374,6 +1375,7 @@
      "<title>" + pageTitle + "</title>\n" +
      "<link rel=\"stylesheet\" type=\"text/css\"\n" +
      "href=\"" + CSS_FILE + "\">\n" +
      "<link rel=\"shortcut icon\" href=\" + FAVICON + \">\n" +
      "</head>\n");
  }