htdocs/modules/system/templates/blocks/system_admin_block_cp_new.html
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<div class="CPindexOptions" align="center">
<div class="cpicon" align="center">
<{foreach item=group key=key from=$block}>
<span><{$key}></span>
<{foreach item=mod from=$group}>
<a href="<{$mod.link}>" title="<{$mod.title}>"><img src="<{if $mod.image != ''}><{$mod.image}><{else}><{$xoops_url}>/modules/system/images/modules.png<{/if}>" alt="<{$mod.title}>" />
<span><{$mod.title}></span></a>
<{/foreach}>
<br />
<{/foreach}>
</div>
</div>
</tr>
</table>