]> git.sur5r.net Git - contagged/blobdiff - templates/entry_show.tpl
support multiple URLs
[contagged] / templates / entry_show.tpl
index b10b45f4c1eb49f6a69fcd6f12020ccd315593e2..4960893f7e413389ef422c68a85acc0e76cddd71 100644 (file)
 {if $entry.url}
           <tr>
             <th>{$lang.url}:</th>
-            <td>{$entry.url|http}</td>
+            <td>
+              {foreach from=$entry.url item=url}
+                {$url|http}<br/>
+              {/foreach}
+            </td>
           </tr>
 {/if}
 {if $entry.mail}