@@ -22,7 +23,7 @@
{% set src = hole.random_banner %}
{% set alt = ['/h/', hole, ' banner']|join %}
{% set class = 'site-banner-hole' %}
- {% elif get_running_orgy(v) and os_path.exists(path ~ "/orgy_banners") %}
+ {% elif central_orgy and os_path.exists(path ~ "/orgy_banners") %}
{% set src = macros.random_image("assets/images/" ~ SITE_NAME ~ "/orgy_banners") %}
{% set href = "/chat/1" %}
{% set expand = false %}
diff --git a/files/templates/header.html b/files/templates/header.html
index 62477da7f..16046ff4a 100644
--- a/files/templates/header.html
+++ b/files/templates/header.html
@@ -286,13 +286,13 @@
{%- if FEATURES['CHAT'] -%}