diff --git a/apps/routerconsole/jsp/summarynoframe.jsp b/apps/routerconsole/jsp/summarynoframe.jsp index cd099e98e..80ffda66a 100644 --- a/apps/routerconsole/jsp/summarynoframe.jsp +++ b/apps/routerconsole/jsp/summarynoframe.jsp @@ -12,6 +12,14 @@ " /> I2P Router Console
+ <% java.io.File lpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "docs/toolbar.html"); + // you better have target="_top" for the links in there... + if (lpath.exists()) { %> + + + + +<% } else { %> I2P Services
Susimail SusiDNS @@ -29,6 +37,7 @@ Internals --> Configuration Help +<% } %>
General