<!-- NAME: customlist_default_view.tpl -->
<table>
<tr>
<td>
{$ATTRIBLABEL} :
</td>
</tr>
<tr>
<td>
{section name=counter loop=$links}
<a href="{$prefix}{$links[counter]}">{$desc[counter]}</a></br>
{/section}
</td>
</tr>
</table>
<!-- END: customlist_default_view.tpl -->