OwlCyberSecurity - MANAGER
Edit File: requests.php
<?php include("includes/config.php"); include("includes/conexao.php"); $pageTitle = _t("Requests") ." - ". _t("Kawaii Games"); $linksBradCrup = [ "/requests"=> _t("Requests"), ]; ?> <!doctype html> <html> <head itemscope itemtype="http://schema.org/WebSite"> <meta charset="utf-8"> <title><?php echo $pageTitle ?></title> <meta name="description" content="<?php echo _t("Your suggestion is very important to us. Send ideas for new themes for the next exclusive games!") ?>"> <meta name="author" content="Heglaé Malheiros Maia"> <!--Ajudar a compartilhar no facebook--> <!--Tags para facebook--> <meta property="og:locale" content="en_us"> <meta property="og:url" content="<?= URL_BASE ?>requests"> <meta property="og:title" content="<?php echo $pageTitle ?>"> <meta itemprop='name' property="og:site_name" content="<?php echo _t("Kawaii Games") ?>"> <meta property="og:description" content= "<?php echo _t("Your suggestion is very important to us. Send ideas for new themes for the next exclusive games!") ?>"> <meta property="og:image" content="//www.kawaiigames.net/kawaii_games_logo.fw.png"> <?php include ("includes/head.php"); ?> </head> <body> <!--LOGO E PROPAGANDA CABEÇALHO................................................................................................................................--> <?php include ("includes/topo.php"); ?> <!--REDES SOCIAIS................................................................................................................................--> <div class="container"> <div class="row"> <?php include ("includes/menu-esquerdo.php"); ?> <!--BOX CENTRAL.......................................................................................................................--> <div class="col-md-10"> <?php echo breadcrumb_links($linksBradCrup); ?> <div class="box-central"> <h2 class="barra-rosa titulo"><?php echo _t("Requests") ?></h2> <div class="textao"> <p> Do you want to give a suggestion for the next exclusive Kawaii Games games? Leave a comment with the theme (Ex.:Mermaids, Fairies, Witches, etc.) and reference image(s) from anime / movies / cartoons, etc.</p> <!--COMMENTS DO DISQUS.......................................................................................................................--> <div id="disqus_thread"></div> <script> (function () { var d = document, s = d.createElement('script'); s.src = '//kawaiigames.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a rel="nofollow" href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> </div> <script id="dsq-count-scr" src="//kawaiigames.disqus.com/count.js" async></script> <!--PROPAGANDAS DENTRO DO BOX CENTRAL........................................................................................--> <div class="row text-center"> <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <!-- banner-responsivo --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6135483131884855" data-ad-slot="9554558465" data-ad-format="auto"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <br> <br> </div> </div> </div> </div><!---ROW - REDES SOCIAIS--> </div><!---CONTAINER - REDES SOCIAIS--> <!--RODAPÉ................................................................................................................................--> <?php include ("includes/rodape.php"); ?> <!-- SNIGEL STICKY LEADERBOARD <h3>sticky_leaderboard<br><small>desktop: [728,90]</small></h3>--> <?php include ("includes/snigel-stickerboard.php"); ?> </body> </html>