Merge pull request #2258 from rabuzarus/1701_forumlist_profile
vier: add missing forumlist_profile
This commit is contained in:
commit
f76a24607c
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
{{$tabs}}
|
{{$tabs}}
|
||||||
<h2>{{$title}}</h2>
|
{{include file="section_title.tpl"}}
|
||||||
|
|
||||||
<div id="new-event-link"><a href="{{$new_event.0}}" >{{$new_event.1}}</a></div>
|
<div id="new-event-link"><a href="{{$new_event.0}}" >{{$new_event.1}}</a></div>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
<h2>{{$title}}</h2>
|
{{include file="section_title.tpl"}}
|
||||||
|
|
||||||
<dl id="aprofile-fullname" class="aprofile">
|
<dl id="aprofile-fullname" class="aprofile">
|
||||||
<dt>{{$profile.fullname.0}}</dt>
|
<dt>{{$profile.fullname.0}}</dt>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<h2>{{$title}}</h2>
|
{{include file="section_title.tpl"}}
|
||||||
|
|
||||||
<dl id="aprofile-fullname" class="aprofile">
|
<dl id="aprofile-fullname" class="aprofile">
|
||||||
<dt>{{$profile.fullname.0}}</dt>
|
<dt>{{$profile.fullname.0}}</dt>
|
||||||
|
@ -171,6 +171,9 @@
|
||||||
</dl>
|
</dl>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
{{if $profile.forumlist}}
|
||||||
|
<dl id="aprofile-forumlist" class="aprofile">
|
||||||
|
<dt>{{$profile.forumlist.0}}</dt>
|
||||||
|
<dd>{{$profile.forumlist.1}}</dd>
|
||||||
|
</dl>
|
||||||
|
{{/if}}
|
||||||
|
|
Loading…
Reference in a new issue