diff --git a/Web/Presenters/templates/@layout.xml b/Web/Presenters/templates/@layout.xml
index 415f930f..59560a90 100644
--- a/Web/Presenters/templates/@layout.xml
+++ b/Web/Presenters/templates/@layout.xml
@@ -403,13 +403,6 @@
{script "js/al_notifs.js"}
{/ifset}
- {if OPENVK_ROOT_CONF['openvk']['preferences']['bellsAndWhistles']['fartscroll']}
-
-
- {/if}
-
diff --git a/Web/Presenters/templates/About/Version.xml b/Web/Presenters/templates/About/Version.xml
index 47fc7ed6..6b9d25f4 100644
--- a/Web/Presenters/templates/About/Version.xml
+++ b/Web/Presenters/templates/About/Version.xml
@@ -255,17 +255,6 @@
Disabled
-
-
- Fartscroll
- |
-
- {php echo OPENVK_ROOT_CONF["openvk"]["preferences"]["bellsAndWhistles"]["fartscroll"] ? "Enabled" : "Disabled"}
- |
-
- Disabled
- |
-
NDA Test Label
diff --git a/install/automated/common/openvk.template.yml b/install/automated/common/openvk.template.yml
index 95f21b70..bcf3888b 100644
--- a/install/automated/common/openvk.template.yml
+++ b/install/automated/common/openvk.template.yml
@@ -63,7 +63,6 @@ openvk:
caption: "Ad caption"
link: "https://example.org/product.aspx?id=10&from=ovk"
bellsAndWhistles:
- fartscroll: false
testLabel: false
defaultMobileTheme: ""
diff --git a/install/automated/docker/openvk.example.yml b/install/automated/docker/openvk.example.yml
index c5d3ebb2..0fc129ae 100644
--- a/install/automated/docker/openvk.example.yml
+++ b/install/automated/docker/openvk.example.yml
@@ -101,7 +101,6 @@ openvk:
caption: "Ad caption"
link: "https://example.org/product.aspx?id=10&from=ovk"
bellsAndWhistles:
- fartscroll: false
testLabel: false
defaultMobileTheme: ""
defaultFeaturePhoneTheme: ""
diff --git a/install/automated/kubernetes/manifests/001-configmap.yaml b/install/automated/kubernetes/manifests/001-configmap.yaml
index 1f7f85c9..3e880aa8 100644
--- a/install/automated/kubernetes/manifests/001-configmap.yaml
+++ b/install/automated/kubernetes/manifests/001-configmap.yaml
@@ -97,7 +97,6 @@ data:
caption: "Ad caption"
link: "https://example.org/product.aspx?id=10&from=ovk"
bellsAndWhistles:
- fartscroll: false
testLabel: false
defaultMobileTheme: ""
diff --git a/openvk-example.yml b/openvk-example.yml
index ee3b8149..25a4119c 100644
--- a/openvk-example.yml
+++ b/openvk-example.yml
@@ -101,7 +101,6 @@ openvk:
caption: "Ad caption"
link: "https://example.org/product.aspx?id=10&from=ovk"
bellsAndWhistles:
- fartscroll: false
testLabel: false
defaultMobileTheme: ""
defaultFeaturePhoneTheme: ""
|