ImpressCMS/impresscms

View on GitHub
htdocs/modules/system/templates/blocks/system_admin_block_modules.html

Summary

Maintainability
Test Coverage
<table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="100%" class="CPindexOptions">
            <div class="cpicon">
                <{foreach item=mod from=$block.mods}>
                         <a href="<{$mod.link}>" title="<{$mod.title}>"><img src="<{if $mod.iconbig != ''}><{$mod.iconbig}><{else}><{$xoops_url}>/modules/system/images/modules.png<{/if}>" alt="<{$mod.title}>" />
                         <span><{$mod.title}></span></a>
                <{/foreach}>
            </div>
        </td>
    </tr>
</table>