diff --git a/htroot/HostBrowser.html b/htroot/HostBrowser.html index 41aee5290..74b4df93a 100644 --- a/htroot/HostBrowser.html +++ b/htroot/HostBrowser.html @@ -69,9 +69,6 @@ function updatepage(str) { #%env/templates/simpleheader.template%# #(/topmenu)#

Host Browser

diff --git a/htroot/HostBrowser.java b/htroot/HostBrowser.java index c0d7f587b..0ad46fddd 100644 --- a/htroot/HostBrowser.java +++ b/htroot/HostBrowser.java @@ -102,8 +102,6 @@ public class HostBrowser { env.getConfig("network.unit.description", "") : env.getConfig(SwitchboardConstants.GREETING, ""); prop.put("topmenu_promoteSearchPageGreeting", promoteSearchPageGreeting); - prop.put("topmenu_promoteSearchPageGreeting.homepage", sb.getConfig(SwitchboardConstants.GREETING_HOMEPAGE, "")); - prop.put("topmenu_promoteSearchPageGreeting.smallImage", sb.getConfig(SwitchboardConstants.GREETING_SMALL_IMAGE, "")); if (!searchAllowed) { prop.put("result", "You are not allowed to use this page. Please ask an administrator for permission."); diff --git a/htroot/ViewFile.html b/htroot/ViewFile.html index 0853c3153..b6481b409 100644 --- a/htroot/ViewFile.html +++ b/htroot/ViewFile.html @@ -68,9 +68,6 @@ function updatepage(str) { #(/topmenu)#
diff --git a/htroot/ViewProfile.html b/htroot/ViewProfile.html index e49918f83..f195457d1 100644 --- a/htroot/ViewProfile.html +++ b/htroot/ViewProfile.html @@ -11,9 +11,6 @@ #%env/templates/simpleheader.template%# :: #%env/templates/header.template%# diff --git a/htroot/ViewProfile.java b/htroot/ViewProfile.java index 817cdd4fe..ad96150f4 100644 --- a/htroot/ViewProfile.java +++ b/htroot/ViewProfile.java @@ -67,9 +67,6 @@ public class ViewProfile { env.getConfig("network.unit.description", "") : env.getConfig(SwitchboardConstants.GREETING, ""); prop.put("display_promoteSearchPageGreeting", promoteSearchPageGreeting); - prop.put("display_promoteSearchPageGreeting.homepage", sb.getConfig(SwitchboardConstants.GREETING_HOMEPAGE, "")); - prop.put("display_promoteSearchPageGreeting.smallImage", sb.getConfig(SwitchboardConstants.GREETING_SMALL_IMAGE, "")); - prop.put("edit", authenticated ? 1 : 0); final String hash = (post == null) ? null : post.get("hash"); diff --git a/htroot/compare_yacy.html b/htroot/compare_yacy.html index 209aef475..4cd62a09b 100644 --- a/htroot/compare_yacy.html +++ b/htroot/compare_yacy.html @@ -15,9 +15,6 @@ #(/display)#
Websearch Comparison diff --git a/htroot/env/templates/embeddedheader.template b/htroot/env/templates/embeddedheader.template index 899dfc49f..d845bb9cf 100644 --- a/htroot/env/templates/embeddedheader.template +++ b/htroot/env/templates/embeddedheader.template @@ -2,8 +2,8 @@