forked from MarseyWorld/MarseyWorld
fsd
parent
bbf6e94584
commit
ab7c5dd6bf
|
@ -36,12 +36,13 @@ set VISITORS_HERE_FLAVOR = [
|
|||
<img class="mb-4" alt="sidebar image" role="button" data-bs-toggle="modal" data-bs-target="#expandImageModal" onclick="expandDesktopImage('{{image}}')" loading="lazy" src="{{image}}" width=100%>
|
||||
{% endif %}
|
||||
|
||||
<div class="text-center text-lg mb-4 font-weight-bold">
|
||||
<img src="/e/marseylowpoly.webp" style="height: 1.5em;">
|
||||
<div class="text-center text-lg font-weight-bold">
|
||||
<img src="/e/marseylowpoly.webp" style="height: 1em">
|
||||
<span>PEOPLE HERE NOW</span>
|
||||
<p class="mt-1 text-lg">{{g.loggedin_counter}} logged in, {{g.loggedout_counter}} logged out</p>
|
||||
</div>
|
||||
|
||||
<p class="mt-1 mb-4 text-center text-lg">{{g.loggedin_counter}} logged in, {{g.loggedout_counter}} logged out</p>
|
||||
|
||||
{% if sub %}
|
||||
{% if sub.sidebar_html %}
|
||||
<div class="mb-4">{{sub.sidebar_html|safe}}</div>
|
||||
|
|
Loading…
Reference in New Issue