forked from I2P_Developers/i2p.i2p
i2ptunnel: Move web resources to war
This commit is contained in:
@@ -351,7 +351,7 @@ public class IndexBean {
|
||||
if (_context.getProperty(PROP_DISABLE_OLD, DEFAULT_DISABLE_OLD))
|
||||
theme = "light";
|
||||
}
|
||||
return "/themes/i2ptunnel/" + theme + "/";
|
||||
return "themes/" + theme + "/";
|
||||
}
|
||||
|
||||
public int getTunnelCount() {
|
||||
|
||||
Reference in New Issue
Block a user