mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
12 lines
212 B
Smarty
12 lines
212 B
Smarty
<div class="generic-content-wrapper-styled">
|
|
<h3>{{$title1}}</h3>
|
|
{{foreach $bookmarks as $bm}}
|
|
{{$bm}}
|
|
{{/foreach}}
|
|
|
|
<h3>{{$title2}}</h3>
|
|
{{foreach $conn_bookmarks as $bm}}
|
|
{{$bm}}
|
|
{{/foreach}}
|
|
</div>
|