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.
Почитал тему и нихрена не понял. Можешь чуток разжевать?Для просмотра ссылки Войдиили Зарегистрируйся
здесь есть решение, тока потом в шаблоне делай чтото типа
если много там всякого тогда через свитч кейсPHP:<?php if ($id_category == 2) {?> <td align="left"><?php echo $content_product_titlel; ?></td> <?php } ?>
if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/information/information.tpl')) {
$this->template = $this->config->get('config_template') . '/template/information/information.tpl';
} else {
$this->template = 'default/template/information/information.tpl';
}
if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/information/information_' . $information_id . '.tpl')) {
$this->template = $this->config->get('config_template') . '/template/information/information_' . $information_id . '.tpl';
} elseif (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/information/information.tpl')) {
$this->template = $this->config->get('config_template') . '/template/information/information.tpl';
} else {
$this->template = 'default/template/information/information.tpl';
}