OwlCyberSecurity - MANAGER
Edit File: poll.php
<?php include("includes/config.php"); include("includes/conexao.php"); $pageTitle = _t("Poll") ." - ". _t("Kawaii Games"); ?> <!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. Suggest and vote 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 ?>poll"> <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. Suggest and vote 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 box-central"> <h1 class="barra-rosa titulo"><?php echo _t("Poll") ?></h1> <div class="text-left box-central-texto"> <br> <br> <!--código para o poll - https://www.poll-maker.com/#QP1073592x021f3361-45 --> <a href='http://www.poll-maker.com' poll='1073592x021f3361-45' style='width:100%; display:block; text-align:right;'>online poll creator</a> <br> <br> <!--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><!---ROW - REDES SOCIAIS--> </div><!---CONTAINER - REDES SOCIAIS--> <!--RODAPÉ................................................................................................................................--> <?php include ("includes/rodape.php"); ?> </body> </html>