diff --git a/files/templates/default.html b/files/templates/default.html index e01aee1af1..98ac99d036 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -231,7 +231,7 @@ {% if sub %} /s/{{sub.name}} banner {% elif SITE_NAME == 'Drama' %} - {% set path = "assets/images/" + SITE_NAME + "/banners" %} + {% set path = "assets/images/" + SITE_NAME + "/banners_bhm" %} {% set image = "/static/" + path + "/" + listdir('files/' + path)|random() + '?v=21' %}