diff --git a/files/templates/header.html b/files/templates/header.html index 433ba35c0..b0508d152 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -4,10 +4,9 @@ {%- endif -%} - {% if not err %} {% if SITE_NAME == 'rDrama' %} - {% if not hasattr(g, "loggedin_counter") or (range(1,5) | random == 1 and not (v and v.truescore > 1000)) %} + {% if err or not hasattr(g, "loggedin_counter") or (range(1,5) | random == 1 and not (v and v.truescore > 1000)) %} {% include "journoid_banner.html" %} {% else %} {% if IS_DKD() %} @@ -71,9 +70,7 @@ {{g.loggedin_counter+g.loggedout_counter}} people here now ({{g.loggedin_counter}} logged in) {% endif %} - {% else %} - - {% endif %} +