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.
<td valign=top width="{math equation="100 / x" x=$smarty.const.CONF_COLUMNS_PER_PAGE}%" format="%d">
{if $smarty.section.i1.index > $smarty.const.CONF_COLUMNS_PER_PAGE-1}<p class="pageSeparator"> </p>{/if}
{include file="product_brief.tpl.html" product_info=$products_to_show[i1]}
</td>
<td class="brief" width="{math equation="100 / x" x=$smarty.const.CONF_COLUMNS_PER_PAGE}%" format="%d">
{if $smarty.section.i1.index > $smarty.const.CONF_COLUMNS_PER_PAGE-1}<p class="pageSeparator"> </p>{/if}
{include file="product_brief.tpl.html" product_info=$products_to_show[i1]}
</td>
.brief {
vertical-align:top;
text-align:center;
}
.brief:first-child {
text-align:left;
}
.brief:last-child {
text-align:right;
}