add active themes list to siteinfo

Helps choosing instance when creating clones for compatible themes.
This commit is contained in:
SK
2025-12-05 07:36:13 +05:30
parent 26d1653bfb
commit 42e78d9666
2 changed files with 13 additions and 0 deletions

View File

@@ -21,6 +21,15 @@
{{/foreach}}
</ul>
{{/if}}
{{if $themes.1}}
<br>
<h3>{{$themes.0}}</h3>
<ul>
{{foreach $themes.1 as $theme}}
<li>{{$theme}}</li>
{{/foreach}}
</ul>
{{/if}}
{{if $blocked_sites.1}}
<br>