]> git.mxchange.org Git - friendica.git/commitdiff
vier: add missing forumlist_profile
authorrabuzarus <>
Sun, 17 Jan 2016 14:54:58 +0000 (15:54 +0100)
committerrabuzarus <>
Sun, 17 Jan 2016 14:54:58 +0000 (15:54 +0100)
view/templates/events.tpl
view/templates/profile_advanced.tpl
view/theme/vier/templates/profile_advanced.tpl

index 525a5e0677f62577f80789513d9a8d057755c065..f723cb44c433836cb8f6dac068ee4524b144b2b5 100644 (file)
@@ -1,6 +1,6 @@
 
 {{$tabs}}
-<h2>{{$title}}</h2>
+{{include file="section_title.tpl"}}
 
 <div id="new-event-link"><a href="{{$new_event.0}}" >{{$new_event.1}}</a></div>
 
index 084fdf3b77dd508f7d65cb73c09756040961f6f2..32de6bfa9f2f0f2e549bc447b9cdefbea1c04283 100644 (file)
@@ -1,5 +1,5 @@
 
-<h2>{{$title}}</h2>
+{{include file="section_title.tpl"}}
 
 <dl id="aprofile-fullname" class="aprofile">
  <dt>{{$profile.fullname.0}}</dt>
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}}