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.
require_once ENGINE_DIR.'/inc/templates.class.php';
$_REQUEST['skin'] = end (explode (DIRECTORY_SEPARATOR, $_REQUEST['skin']));
if (!@is_dir(ROOT_DIR.'/templates/'.$_REQUEST['skin']))
{
die ("Hacking attempt!");
}
$metatags = <<<HTML
<title>{$metatags['title']}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$config['charset']}" />
<meta name="description" content="{$metatags['description']}" />
<meta name="keywords" content="{$metatags['keywords']}" />
<meta name="generator" content="DataLife Engine v.{$config['version_id']} (http://pc-soft.ru)" />
<meta name="robots" content="all" />
<meta name="revisit-after" content="1 days" />
HTML;