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.
Для 8.2 открываем engine.php и строку:Там етот вопрос решается правкой файла engine.php
На дле 8.2 етот фокус не зрабатывает.
if ($titl_e) $metatags['title'] = $titl_e . ' » ' . $config['home_title'];
if ($titl_e) $metatags['title'] = 'Скачать: '. $titl_e . ' бесплатно';
$tpl->set( '{title}', stripslashes( $row['title'] ) );
$customtitle = "Скачать: ".stripslashes( $row['title'] )." бесплатно";
$tpl->set( '{title}', $customtitle );