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.
а в sapecode.php уже тот код что выдаёт мне сама для установки на сайте<iframe src="sapecode.php"></iframe>
<?php
/* ---------------------------- */
// basic stuff
/* ---------------------------- */
require './global.php';
$site['title'] = $evoLANG['main'];
/* ---------------------------- */
// topsite class
/* ---------------------------- */
if ( $_GET['p'] != '' )
{
$content = $cpages->getpage( $_GET['p'] );
}
else
{
$content = $top->init_main();
}
/* ---------------------------- */
// generate page
/* ---------------------------- */
$page->generate();
?>