diff --git a/files/templates/header.html b/files/templates/header.html index de710d113..828fa935f 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -13,21 +13,30 @@ } +{% if SITE_NAME == 'rDrama' %}
- {% if SITE_NAME == 'rDrama' %} - {% include "journoid_banner.html" %} - {%- elif SITE_NAME == 'LGBDropTheT' -%} - LGB Drop The T - {%- elif not err -%} - - - {% if v and v.admin_level > 1 and g.loggedin_counter %} - People here now: {{g.loggedin_counter}} logged in, {{g.loggedout_counter}} logged out - {% elif g.loggedout_counter %} - People here now: {{g.loggedin_counter}} logged in, {{g.loggedout_counter}} logged out - {% endif %} - {%- endif -%} + {% include "journoid_banner.html" %}
+{% elif g.loggedout_counter+g.loggedin_counter > 100 and not err %} +
+ + + {% if v and v.admin_level > 1 %} + People here now: {{g.loggedin_counter}} logged in, {{g.loggedout_counter}} logged out + {% else %} + People here now: {{g.loggedin_counter}} logged in, {{g.loggedout_counter}} logged out + {% endif %} +
+{% else %} + +{% endif %}