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