From a5b0ec86205198d29d62f17c59f5a5e9ca29e9d1 Mon Sep 17 00:00:00 2001 From: zefie Date: Wed, 17 Apr 2024 14:38:56 -0400 Subject: [PATCH] fix branding on pagebuilder index --- zefie_wtvp_minisrv/includes/ServiceVault/http_pb/index.js | 8 ++++---- zefie_wtvp_minisrv/zefie_wtvp_minisrv.njsproj | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/zefie_wtvp_minisrv/includes/ServiceVault/http_pb/index.js b/zefie_wtvp_minisrv/includes/ServiceVault/http_pb/index.js index 5aa944cf..41e48057 100644 --- a/zefie_wtvp_minisrv/includes/ServiceVault/http_pb/index.js +++ b/zefie_wtvp_minisrv/includes/ServiceVault/http_pb/index.js @@ -22,14 +22,14 @@ Content-Type: text/html` data = ` - WebTV community home pages + ${minisrv_config.config.service_name} community home pages - + - diff --git a/zefie_wtvp_minisrv/zefie_wtvp_minisrv.njsproj b/zefie_wtvp_minisrv/zefie_wtvp_minisrv.njsproj index d389e329..d56a6ccb 100644 --- a/zefie_wtvp_minisrv/zefie_wtvp_minisrv.njsproj +++ b/zefie_wtvp_minisrv/zefie_wtvp_minisrv.njsproj @@ -197,6 +197,8 @@ + + @@ -2571,6 +2573,7 @@ +
WebTV community home pages${minisrv_config.config.service_name} community home pages
@@ -52,8 +52,8 @@ data = `
For example, if the username is ltolstoy, then the address is:
-

http://${site}/ltolstoy

+
For example, if the username is zefie, then the address is:
+

http://${site}/zefie