]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/templates/profile_advanced.tpl
Merge pull request #2977 from rabuzarus/20161128_-_help_page_polishing
[friendica.git] / view / theme / vier / templates / profile_advanced.tpl
index 809aa4c13ab36082f030f10eb929904a65891a02..8451188f0d8ba53a19ed296494a8030b9b9112c2 100644 (file)
@@ -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>
 </dl>
 {{/if}}
 
-
-
-
+{{if $profile.forumlist}}
+<dl id="aprofile-forumlist" class="aprofile">
+ <dt>{{$profile.forumlist.0}}</dt>
+ <dd>{{$profile.forumlist.1}}</dd>
+</dl>
+{{/if}}