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.
Warning: preg_replace(): Compilation failed: nothing to repeat at offset 1 in /home/сайт/public_html/engine/modules/functions.php on line 185 Warning: preg_replace(): Compilation failed: nothing to repeat at offset 1 in /home/сайт/public_html/engine/modules/functions.php on line 185 Warning: preg_replace(): Compilation failed: nothing to repeat at offset 1 in /home/сайт/public_html/engine/modules/functions.php on line 185
$source = preg_replace($find,$replace,$source);
if ($config['allow_banner'])
include_once ENGINE_DIR.'/modules/banners.php';
if (count($banners) AND $config['allow_banner']) {
foreach ($banners as $name => $value) {
$tpl->copy_template = str_replace("{banner_".$name."}",$value, $tpl->copy_template);
}}