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.
Подскажите, как осуществить. Нужно например, чтобы дополнительная страница (auxpage) загружалась по умолчанию вместо каталога.
RewriteEngine On
Rewrite Rule ^$ /adres_titylki.php?par1=1&par2=2
$smarty->assign("main_content_template", "home.tpl.html");
$smarty->assign("main_content_template", "news_main.tpl.html");
{include file="home.tpl.html"}
. Разъясни, пожалста.описал для нее catalog.php
RewriteEngine On
Rewrite Rule ^$ /index.php?show_aux_page=n
Разъясни, пожалста.
<?php
if (isset($_GET["catalog"]))
{
$smarty->assign("main_content_template", "catalog.tpl.html");
$regular_head = 1;
}
?>
{include file="home.tpl.html"}
$smarty->assign("main_content_template", "news_main.tpl.html");
$smarty->assign("main_content_template", "ТВОЯ_СТРАНИЦА.tpl.html");