diff --git a/files/templates/default.html b/files/templates/default.html
index 64176f3b8..1d766a6dd 100644
--- a/files/templates/default.html
+++ b/files/templates/default.html
@@ -248,7 +248,8 @@
{% if sub %}
{% elif SITE_NAME == 'rDrama' %}
- {% set path = "assets/images/" + SITE_NAME + "/banners" %}
+ {# set path = "assets/images/" + SITE_NAME + "/banners" #}
+ {% set path = "assets/images/" + SITE_NAME + "/banners-birthgay" %}
{% set image = "/" + path + "/" + listdir('files/' + path)|random() + '?v=25' %}