diff --git a/files/templates/default.html b/files/templates/default.html index 553ba4616c..ac2e478af7 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -280,14 +280,20 @@ /h/{{sub.name}} banner - {% elif SITE_NAME == 'rDrama' %} + {% elif SITE_NAME == 'Chudrama' %} {% set path = "assets/images/" + SITE_NAME + "/banners" %} {% set image = "/" + path + "/" + listdir('files/' + path)|random() + '?v=25' %} + + site banner + + {% elif SITE_NAME == 'rDrama' %} {% if v and (v.is_banned or v.agendaposter) %} site banner {% else %} + {% set path = "assets/images/" + SITE_NAME + "/banners" %} + {% set image = "/" + path + "/" + listdir('files/' + path)|random() + '?v=25' %} site banner {% endif %}