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.
Откройте файл index.php найдите строчку:
echo $tpl->result['main'];
и замените ее на
eval (' ?' . '>' . $tpl->result['main'] . '<' . '?php ');
вставь в статическую страницу участок кода:
<?
define('ROOT_DIR', dirname (__FILE__));
define('ENGINE_DIR', ROOT_DIR.'/engine');
require_once ROOT_DIR.'/engine/init.php';
$tpl->set('{vote}', $tpl->result['vote']);
?>
в php не силён, наверняка что-то забыл
короче рой index.php или просто скопируй и переправь под нужную страницу...