- Автор темы
- #1
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Тема тоже интересна, но в шаблонах не нашёл где этот список формируется... =/
Кто-нить копался? Локализовал?
{* show subcategories *}
{section name=i loop=$subcategories_to_be_shown}
<a class=standard href="index.php?categoryID={$subcategories_to_be_shown[i][0]}">{$subcategories_to_be_shown[i][1]}</a>
({$subcategories_to_be_shown[i][2]})<br>
{/section}
{* show subcategories *}
<table border=0 cellspacing=1 cellpadding=5>
{section name=i loop=$subcategories_to_be_shown}
{if $smarty.section.i.index is div by 3}<tr>{/if}
<td valign=top>
<table border=0 width=100% bgcolor=#{$smarty.const.CONF_MIDDLE_COLOR} cellpadding=0 cellspacing=1>
<tr><td>
<table border=0 bgcolor=white width=100%>
<tr>
<td colspan=2><a class=standard href="index.php?categoryID={$subcategories_to_be_shown[i][0]}">{$subcategories_to_be_shown[i][1]}</a>
({$subcategories_to_be_shown[i][2]})</td>
</tr>
</table>
</td></tr>
</table>
</td>
{if ($smarty.section.i.index+1) is div by 3}</tr>{/if}
{/section}
</table>