Adds the possibility to forge an url linking to a profile page from networking addresses
[platal.git] / templates / profile / profile.tpl
index 9ddee57..a9fd049 100644 (file)
@@ -56,6 +56,8 @@ function chgMainWinLoc(strPage)
         <img style="width: auto; padding: 0" src="profile/networking/{$network.type}" alt="{$network.name}" title="{$network.name}"/>
         {if $network.filter == 'web'}
           <a href="{$network.address}">{$network.address}</a>
+        {elseif $network.link != ''}
+          <a href="{$network.link}">{$network.address}</a>
         {else}
           {$network.address}
         {/if}