Файловый менеджер - Редактировать - /www/wwwroot/gamenworld.store/themes/newsone/layout/container.phtml
�азад
<?php global $site_url; ?> <!DOCTYPE html> <html lang="en" data-theme="dark"> <head> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=<?php echo $zon['config']['ga'] ?>"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', '<?php echo $zon['config']['ga'] ?>'); </script> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="keywords" content="<?php echo $zon['config']['site_keywords'] ?>" /> <?php if ($zon['page'][0] == '') { ?> <?php # meta tags for home page ?> <meta name="description" content="<?php echo $zon['config']['site_desc'] ?>" /> <link rel="canonical" href="<?php echo $site_url ?>" /> <meta property="og:title" content="<?php echo $zon['config']['site_title'] ?>"> <meta property="og:type" content="website"> <meta property="og:image" content="<?php echo $site_url . 'static/logo/' . $zon['config']['site_logo_light'] ?>"> <meta property="og:url" content="<?php echo $site_url ?>"> <meta property="og:description" content="<?php echo $zon['config']['site_desc'] ?>"> <meta property="og:site_name" content="<?php echo $zon['config']['site_name'] ?>"> <meta property="og:image:width" content="630" /> <meta property="og:image:height" content="630" /> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@<?php echo strtolower($zon['config']['site_name']) ?>"> <meta name="twitter:creator" content="@<?php echo strtolower($zon['config']['site_name']) ?>"> <meta name="twitter:title" content="<?php echo $zon['config']['site_title'] ?>"> <meta name="twitter:description" content="<?php echo $zon['config']['site_desc'] ?>"> <meta name="twitter:image" content="<?php echo $site_url . 'static/logo/' . $zon['config']['site_logo_light'] ?>"> <meta name="twitter:image:alt" content="<?php echo $zon['config']['site_title'] ?>"> <meta name="twitter:domain" content="<?php echo $_SERVER['HTTP_HOST'] ?>"> <?php } ?> <?php if ($zon['page'][0] == 'blog') { $blog = getBlogsById($zon['page'][2]); ?> <meta name="description" content="<?php echo $blog_desc ?>" /> <link rel="canonical" href="<?php echo $site_url . 'blog/' . $blog['id'] ?>" /> <meta property="og:title" content="<?php echo $blog['blog_title'] ?>"> <meta property="og:type" content="website"> <meta property="og:image" content="<?php echo $blog['blog_image'] ?>" /> <meta property="og:url" content="<?php echo $site_url . 'blog/' . $blog['id'] ?>"> <meta property="og:description" content="<?php echo $blog['blog_desc'] ?>"> <meta property="og:site_name" content="<?php echo $zon['config']['site_name'] ?>"> <meta property="og:image:width" content="630" /> <meta property="og:image:height" content="630" /> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@<?php echo strtolower($zon['config']['site_name']) ?>"> <meta name="twitter:creator" content="@<?php echo strtolower($zon['config']['site_name']) ?>"> <meta name="twitter:title" content="<?php echo $blog['blog_title'] ?>"> <meta name="twitter:description" content="<?php echo $blog['blog_desc'] ?>"> <meta name="twitter:image" content="<?php echo $blog['blog_image'] ?>"> <meta name="twitter:image:alt" content="<?php echo $blog['blog_title'] ?>"> <meta name="twitter:domain" content="<?php echo $_SERVER['HTTP_HOST'] ?>"> <?php } ?> <meta name="robots" content="index, follow"> <link rel="shortcut icon" href="<?php echo $site_url . 'static/img/logo/' . $zon['config']['site_favicon'] ?>" type="image/x-icon"> <title> <?php getTitle(); ?> </title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"> <link rel="stylesheet" href="<?php echo $site_url ?>themes/<?php echo $zon['config']['theme'] ?>/css/style.css"> <script src="<?php echo $site_url ?>js/toast.min.js"></script> <?php echo $zon['config']['head_code'] ?> </head> <body> <?php if (getAdById("16", 'status') == 0) { ?> <?= getAdById("16", 'code') ?> <?php } ?> <header> <?php LoadFile('header'); ?> </header> <main> <?php if ($zon['page'][0] === '') { LoadFile('home'); } else if ($zon['page'][0] === 'topic') { LoadFile('topic'); } else if ($zon['page'][0] === 'blog') { LoadFile('blog'); } else if ($zon['page'][0] === 'login') { LoadFile('login'); } else if ($zon['page'][0] === 'page') { LoadFile('page'); } else { LoadFile('404'); } ?> </main> <footer class="footer-fixed"> <div class="footer-links"> <?php foreach (getPages() as $page) { ?> <a class="footer-link" href="<?= $site_url . 'page/' . $page['id'] . '/' . makeSlug($page['title']) ?>"><?= $page['title'] ?></a> <?php } ?> </div><p>Copyright © <?php echo date('Y') ?> <?= $_SERVER['HTTP_HOST'] ?>. All rights reserved.</p></div> </div> </footer> <script src="<?php echo $site_url ?>themes/<?php echo $zon['config']['theme'] ?>/js/main.js"></script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.0.26 | Генераци� �траницы: 0 |
proxy
|
phpinfo
|
�а�тройка