{html_style} #oauth { width:400px; height:48px; overflow:hidden; margin:0 auto 15px auto; padding:5px; background:rgba(128,128,128,0.2); border:1px solid #7e7e7e; border-radius:5px; } #oauth .avatar { width:48px; border-radius:5px; margin-right:5px; float:left; } {/html_style}
{if $OAUTH_USER.avatar} {else} {/if} {'Logged with'|translate} : {$OAUTH_USER.provider}
{'Username'|translate} : {$OAUTH_USER.username}
{if $OAUTH_USER.u_profile}{'Profile URL'|translate} : {$OAUTH_USER.u_profile|truncate:40:' ... ':true:true}{/if}