Speedy Jamroom hosting...
Jamroom Hosting
Ken check your inbox.

{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$_profile_id size="xxlarge" class="img_scale img_shadow" alt=$profile_name width=false height=false}
{/if}
</div>
</div>
{if $profile_quota_id != 5124}
{if (isset($profile_location) && strlen($profile_location) > 0) || (isset($profile_country) && strlen($profile_country) > 0) || (isset($profile_zip) && strlen($profile_zip) > 0) && $_conf.jrNingja_profile_location_box == 'on'}
<div class="block">
<h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="17" default="Location"}:</h3>
<div class="block_content mt10">
<div style="padding-top:8px">
{jrCore_lang skin=$_conf.jrCore_active_skin id="17" default="Location"}: {$profile_location}<br>
{jrCore_lang skin=$_conf.jrCore_active_skin id="44" default="Country"}: {$profile_country}
</div>
</div>
</div>
{/if}
{if jrUser_is_logged_in() && $_conf.mdLisaNEW_profile_questions == 'on'}
{jrNingImport_signup_questions user_id=$_user_id assign="ning_questions"}
{if isset($ning_questions)}
<div class="block">
<div class="block_content mt10">
{$ning_questions}
</div>
</div>
{/if}
{/if}
{/if}