forked from I2P_Developers/i2p.i2p
Reverted susimail and snark links in /home and summarybar to point directly at app
The iframing pages remain accessible in the console, so this may be reverted in future, or made configurable. The /webmail link buried in the text of the several readme.html files has been left.
This commit is contained in:
@@ -156,13 +156,13 @@ public class SummaryBarRenderer {
|
||||
|
||||
"<hr class=\"b\"><table><tr><td>" +
|
||||
|
||||
"<a href=\"/webmail\" target=\"_top\" title=\"")
|
||||
"<a href=\"/susimail/susimail\" target=\"_blank\" title=\"")
|
||||
.append(_("Anonymous webmail client"))
|
||||
.append("\">")
|
||||
.append(_("Email"))
|
||||
.append("</a>\n" +
|
||||
|
||||
"<a href=\"/torrents\" target=\"_top\" title=\"")
|
||||
"<a href=\"/i2psnark/\" target=\"_blank\" title=\"")
|
||||
.append(_("Built-in anonymous BitTorrent Client"))
|
||||
.append("\">")
|
||||
.append(_("Torrents"))
|
||||
|
||||
Reference in New Issue
Block a user