fds
This commit is contained in:
parent
7332ef0a96
commit
8c1e134132
5 changed files with 6 additions and 7 deletions
|
@ -231,7 +231,7 @@
|
|||
<img alt="/h/{{sub.name}} banner" role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('{{sub.banner_url}}')" loading="lazy" src="{{sub.banner_url}}" width=100% style="object-fit:cover;max-height:25vw">
|
||||
{% elif SITE_NAME == 'rDrama' %}
|
||||
{% set path = "assets/images/" + SITE_NAME + "/banners" %}
|
||||
{% set image = "/" + path + "/" + listdir('files/' + path)|random() + '?v=23' %}
|
||||
{% set image = "/" + path + "/" + listdir('files/' + path)|random() + '?v=24' %}
|
||||
|
||||
<a href="https://secure.transequality.org/site/Donation2?df_id=1480">
|
||||
{% if v and (v.shadowbanned or v.is_banned or v.agendaposter) %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue