mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
add active themes list to siteinfo
Helps choosing instance when creating clones for compatible themes.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user