mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Merge remote-tracking branch 'upstream/develop' into 1601-network-performance
This commit is contained in:
commit
6c7cf2a766
11 changed files with 1323 additions and 1206 deletions
|
@ -4,7 +4,7 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
|
||||
<h2>{{$title}}</h2>
|
||||
{{include file="section_title.tpl"}}
|
||||
|
||||
<dl id="aprofile-fullname" class="aprofile">
|
||||
<dt>{{$profile.fullname.0}}</dt>
|
||||
|
@ -171,6 +171,9 @@
|
|||
</dl>
|
||||
{{/if}}
|
||||
|
||||
|
||||
|
||||
|
||||
{{if $profile.forumlist}}
|
||||
<dl id="aprofile-forumlist" class="aprofile">
|
||||
<dt>{{$profile.forumlist.0}}</dt>
|
||||
<dd>{{$profile.forumlist.1}}</dd>
|
||||
</dl>
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue