2015-10-01 08:19:35 +02:00
|
|
|
{{if $page}}
|
2015-10-03 12:55:55 +02:00
|
|
|
<div id="right_pages" class="widget">
|
2018-12-15 02:42:24 +01:00
|
|
|
<div>{{$page nofilter}}</div>
|
2015-10-01 08:19:35 +02:00
|
|
|
</div>
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/if}}
|
2015-10-01 08:19:35 +02:00
|
|
|
|
|
|
|
{{if $comunity_profiles_title}}
|
2015-10-03 12:55:55 +02:00
|
|
|
<div id="right_profiles" class="widget">
|
2018-12-14 04:28:12 +01:00
|
|
|
<h3>{{$comunity_profiles_title}}</h3>
|
2015-10-01 08:19:35 +02:00
|
|
|
<div id='lastusers-wrapper' class='items-wrapper'>
|
|
|
|
{{foreach $comunity_profiles_items as $i}}
|
2018-12-15 02:42:24 +01:00
|
|
|
{{$i nofilter}}
|
2015-10-01 08:19:35 +02:00
|
|
|
{{/foreach}}
|
|
|
|
</div>
|
2015-12-29 02:01:17 +01:00
|
|
|
<div class="clear"></div>
|
2015-10-01 08:19:35 +02:00
|
|
|
</div>
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/if}}
|
2015-10-01 08:19:35 +02:00
|
|
|
|
|
|
|
{{if $helpers}}
|
2015-10-03 12:55:55 +02:00
|
|
|
<div id="right_helpers" class="widget">
|
2015-10-01 08:19:35 +02:00
|
|
|
<h3>{{$helpers.title.1}}</h3>
|
|
|
|
<ul role="menu">
|
2015-10-03 12:55:55 +02:00
|
|
|
{{foreach $helpers_items as $i}}
|
2018-12-15 02:42:24 +01:00
|
|
|
{{$i nofilter}}
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/foreach}}
|
2015-10-01 08:19:35 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/if}}
|
2015-10-01 08:19:35 +02:00
|
|
|
|
|
|
|
{{if $con_services}}
|
2015-10-03 12:55:55 +02:00
|
|
|
<div id="right_services" class="widget">
|
2015-10-01 08:19:35 +02:00
|
|
|
<h3>{{$con_services.title.1}}</h3>
|
2015-10-03 12:55:55 +02:00
|
|
|
<div id="right_services_icons">
|
|
|
|
{{foreach $connector_items as $i}}
|
2018-12-15 02:42:24 +01:00
|
|
|
{{$i nofilter}}
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/foreach}}
|
2015-10-01 08:19:35 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/if}}
|
2015-10-01 08:19:35 +02:00
|
|
|
|
|
|
|
{{if $nv}}
|
2019-05-18 17:33:35 +02:00
|
|
|
{{include file='widget/peoplefind.tpl' nv=$nv}}
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/if}}
|
2015-10-01 08:19:35 +02:00
|
|
|
|
|
|
|
{{if $lastusers_title}}
|
2015-10-03 12:55:55 +02:00
|
|
|
<div id="right_lastusers" class="widget">
|
2018-12-14 04:28:12 +01:00
|
|
|
<h3>{{$lastusers_title}}</h3>
|
2015-10-01 08:19:35 +02:00
|
|
|
<div id='lastusers-wrapper' class='items-wrapper'>
|
|
|
|
{{foreach $lastusers_items as $i}}
|
2018-12-15 02:42:24 +01:00
|
|
|
{{$i nofilter}}
|
2015-10-01 08:19:35 +02:00
|
|
|
{{/foreach}}
|
|
|
|
</div>
|
2015-12-29 02:01:17 +01:00
|
|
|
<div class="clear"></div>
|
2015-10-01 08:19:35 +02:00
|
|
|
</div>
|
2015-10-03 12:55:55 +02:00
|
|
|
{{/if}}
|
2015-10-01 08:19:35 +02:00
|
|
|
|
|
|
|
{{if $activeusers_title}}
|
2018-12-14 04:28:12 +01:00
|
|
|
<h3>{{$activeusers_title}}</h3>
|
2015-10-01 08:19:35 +02:00
|
|
|
<div class='items-wrapper'>
|
|
|
|
{{foreach $activeusers_items as $i}}
|
2018-12-15 02:42:24 +01:00
|
|
|
{{$i nofilter}}
|
2015-10-01 08:19:35 +02:00
|
|
|
{{/foreach}}
|
|
|
|
</div>
|
|
|
|
{{/if}}
|