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.
Как сделать другой дизайн при просмотре товара?
Пример на сайте _http://tvoe.ru
{if $main_content_template == "home.tpl.html"}
<div class="style1"></div>
{/if}
{if $main_content_template == "category.tpl.html"}
<div class="style="2"></div>
{/if}
$tlang->template_path = "tmpl0";
if (substr_count ($_SERVER["REQUEST_URI"], "index.php?productID=")==1){
$tlang->template_path = "tmpl2";
}
else { $tlang->template_path = "tmpl0";}