]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/templates/profile_advanced.tpl
Unescape yet more values with a focus on the vier theme
[friendica.git] / view / theme / vier / templates / profile_advanced.tpl
index 809aa4c13ab36082f030f10eb929904a65891a02..96cd1639f58f6407c3bd10608a46a6a304a0d0f7 100644 (file)
@@ -4,13 +4,20 @@
   </div>
 {{/if}}
 
-<h2>{{$title}}</h2>
+{{include file="section_title.tpl"}}
 
 <dl id="aprofile-fullname" class="aprofile">
  <dt>{{$profile.fullname.0}}</dt>
  <dd>{{$profile.fullname.1}}</dd>
 </dl>
 
+{{if $profile.membersince}}
+<dl id="aprofile-membersince" class="aprofile">
+ <dt>{{$profile.membersince.0}}</dt>
+ <dd>{{$profile.membersince.1}}</dd>
+</dl>
+{{/if}}
+
 {{if $profile.gender}}
 <dl id="aprofile-gender" class="aprofile">
  <dt>{{$profile.gender.0}}</dt>
@@ -56,7 +63,7 @@
 {{if $profile.homepage}}
 <dl id="aprofile-homepage" class="aprofile">
  <dt>{{$profile.homepage.0}}</dt>
- <dd>{{$profile.homepage.1}}</dd>
+ <dd>{{$profile.homepage.1 nofilter}}</dd>
 </dl>
 {{/if}}
 
 </dl>
 {{/if}}
 
-
-
-
+{{if $profile.forumlist}}
+<dl id="aprofile-forumlist" class="aprofile">
+ <dt>{{$profile.forumlist.0}}</dt>
+ <dd>{{$profile.forumlist.1 nofilter}}</dd>
+</dl>
+{{/if}}