Файловый менеджер - Редактировать - /www/wwwroot/gamenworld.store/themes/blogcurated/layout/container.phtml
�азад
<?php global $zon, $site_url;?> <!DOCTYPE html> <html> <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> <!-- Google tag (gtag.js) --> <title><?php getTitle(); ?></title> <link rel="shortcut icon" href="<?php echo $site_url . 'static/img/logo/' . $zon['config']['site_favicon'] ?>" type="image/x-icon"> <link rel="stylesheet" href="<?php echo $site_url ?>themes/<?php echo $zon['config']['theme'] ?>/css/style.css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="Viewport Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template, Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" /> <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> <!-- bootstarp-css --> <link href="<?php echo $site_url ?>themes/<?php echo $zon['config']['theme'] ?>/css/bootstrap.css" rel="stylesheet" type="text/css" media="all" /> <!--// bootstarp-css --> <!--fonts--> <link href='http://fonts.useso.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> <!--/fonts--> <!-- dropdown --> <link href="<?php echo $site_url ?>themes/<?php echo $zon['config']['theme'] ?>/css/nav.css" rel="stylesheet" type="text/css" media="all"/> <!--js--> <!--/js--> <!-- start-smoth-scrolling --> <?php echo $zon['config']['head_code'] ?> </head> <body> <?php if (getAdById("16", 'status') == 0) { ?> <?= getAdById("16", 'code') ?> <?php } ?> <?php LoadFile('header'); ?> <!-- //header --> <!-- bg-banner --> <div class="bg-banner"> <div class="banner-bottom-bg"> <div class="banner-bg"> <div class="container"> <!-- banner --> <div class="banner"> <div class="banner-grids"> <?php LoadFile('headmenu'); ?> <?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'); } ?> </div> </div> <!-- //banner --> </div> </div> </div> </div> <!-- //bg-banner --> <div class="footer"> <!-- container --> <div class="container"> <div class="footer-grids"> <div class="col-md-3 recent-posts footer-left"> <h3>Recent Posts</h3> <ul> <?php $blognewlist = getBlogs(0,3,true); foreach($blognewlist as $blog) { ?> <li><a href="<?=$site_url?>blog/<?=$blog['id']?>"><?=$blog['blog_title']?></a></li> <?php } ?> </ul> </div> <div class="col-md-3 viewport"> <h3>Web Site</h3> <p> <?=$_SERVER['HTTP_HOST']; ?> is your trusted source for the latest blog posts and updates. We cover topics such as technology, lifestyle, entertainment, and more. Our team is dedicated to providing timely, accurate, and engaging content to keep you informed. Stay up-to-date with the latest blog trends, expert insights, and trending stories from around the world. Explore <?=$_SERVER['HTTP_HOST']; ?> for everything you need to know in one place! Just replace <?=$_SERVER['HTTP_HOST']; ?> with the actual name of your blog. This way, the text feels more aligned with the nature of a blog. </p> </div> <div class="col-md-3 footer-comments"> <h3>Page</h3> <ul> <?php foreach (getPages() as $page) { ?> <li><a href="<?= $site_url . 'page/' . $page['id'] . '/' . makeSlug($page['title']) ?>"><?= $page['title'] ?></a></li> <?php } ?> </ul> </div> <div class="col-md-3 footer-logo"> <img src="<?php echo $site_url ?>themes/<?php echo $zon['config']['theme'] ?>/images/menu-arrow.png"/> <p> At <?= $_SERVER['HTTP_HOST'] ?>, we strive to provide insightful and engaging content that caters to a variety of interests. Whether you're passionate about technology, lifestyle, or entertainment, our team is committed to delivering fresh perspectives and expert opinions. We focus on quality writing that keeps readers informed and inspired. Our blog offers a diverse range of topics, ensuring there's something for everyone. Stay connected with us to explore the latest trends, discover useful tips, and enjoy thought-provoking articles. Join our community of curious minds, and let’s navigate the world of ideas together! </p> </div> <div class="clearfix"> </div> <div class="copyright"> <p>Copyright © <?php echo date('Y') ?> <?= $_SERVER['HTTP_HOST'] ?>. All rights reserved.</p> </div> </div> </div> </div> <script src="<?php echo $site_url ?>themes/<?php echo $zon['config']['theme'] ?>/js/jquery.min.js"></script> <script src="<?php echo $site_url ?>js/toast.min.js"></script> <script src="<?php echo $site_url ?>themes/<?php echo $zon['config']['theme'] ?>/js/main.js"></script> <script src="<?php echo $site_url ?>themes/<?php echo $zon['config']['theme'] ?>/js/jquery.easydropdown.js"></script> <script src="<?php echo $site_url ?>themes/<?php echo $zon['config']['theme'] ?>/js/scripts.js" type="text/javascript"></script> <script type="text/javascript" src="<?php echo $site_url ?>themes/<?php echo $zon['config']['theme'] ?>/js/move-top.js"></script> <script type="text/javascript" src="<?php echo $site_url ?>themes/<?php echo $zon['config']['theme'] ?>/js/easing.js"></script> <script type="text/javascript"> jQuery(document).ready(function($) { $(".scroll").click(function(event){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top},1000); }); }); </script> <script src="<?php echo $site_url ?>themes/<?php echo $zon['config']['theme'] ?>/js/easyResponsiveTabs.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function () { $('#horizontalTab').easyResponsiveTabs({ type: 'default', //Types: default, vertical, accordion width: 'auto', //auto or any width like 600px fit: true // 100% fit in a container }); }); </script> <!-- slider --> <script src="<?php echo $site_url ?>themes/<?php echo $zon['config']['theme'] ?>/js/responsiveslides.min.js"></script> <script> // You can also use "$(window).load(function() {" $(function () { $("#slider").responsiveSlides({ auto: true, manualControls: '#slider3-pager', }); }); </script> <!-- slider --> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.0.26 | Генераци� �траницы: 0 |
proxy
|
phpinfo
|
�а�тройка