Категории |
Список подкатегорийЗдравствуйте. themes\ваш_шаблон\module\categorie_listing\categorie_listing.html <table style="border-top: 2px solid; border-color: #d4d4d4;" width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> {foreach name=aussen item=module_data from=$module_content} {php} $col++; {/php} <td class="main" width="33%" valign="top"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr class="boxText"> <td class="boxText" width="100%" colspan="2"><img src="{$tpl_path}img/pixel_trans.gif" border="0" alt="" width="1" height="5" /></td> </tr> <tr height="90" class="contentBoxContents1" valign="top"> <td height="90" class="contentBoxContents1" valign="top"> <table border="0" width="100%" cellspacing="5" cellpadding="0"> <tr> <td class="contents" align="center"> {if $module_data.CATEGORIES_IMAGE}<a href="{$module_data.CATEGORIES_LINK}"><img src="{$module_data.CATEGORIES_IMAGE}" alt="{$module_data.CATEGORIES_NAME}" /></a>{/if} <br /> <strong><a href="{$module_data.CATEGORIES_LINK}">{$module_data.CATEGORIES_NAME}</a></strong> <br /> {$module_data.CATEGORIES_DESCRIPTION} </td> <td class="contents" align="right"></td> </tr> </table> </td> </tr> </table> </td> {php} if ($col>=3) { $col=0; echo '</tr><tr>'; } {/php} {/foreach} </tr> </table> |
|