{if $ownerMode || ($adminMode && !$superAdminProfile)} {style} {literal} .ow_edit_profile_link { position: absolute; right: 0px; top: 0px; } {/literal} {/style} {script} {literal} (function(){ $(".user_profile_data").hover( function(){ $("#edit-profile").fadeIn(); }, function(){ $("#edit-profile").fadeOut(); } ); }()); {/literal} {/script} {/if}
{if $ownerMode || ($adminMode && !$superAdminProfile) } {/if} {foreach from=$sectionsHtml key='section' item='html'} {$html} {/foreach}
{add_content key='socialsharing.get_sharing_buttons' title=$displayName image=$avatarUrl entityType='user' entityId=$userId }