OwlCyberSecurity - MANAGER
Edit File: friends-sites.php
<?php include("includes/config.php"); include("includes/conexao.php"); $pageTitle = _t("Friends Sites") ." - ". _t("Kawaii Games"); $linksBradCrup = [ "/friends-sites"=> _t("Friends Sites"), ]; ?> <!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("You can find Kawaii Games partner sites with high quality girls games that we like and approve!") ?>"> <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 ?>friends-sites"> <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("You can find Kawaii Games partner sites with high quality girls games that we like and approve!") ?>"> <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("Friends Sites") ?></h2> <div class="text-center box-central-texto"> <!--LINK DOS JOGOS........................................................................................--> <br/> <br/> <br/> <!--<a rel="nofollow" href="http://www.dolldivine.com/" target="_blank"><img src="img/doll-divine-logo.jpg"></a> --> <br/> <br/> <br/> <a rel="nofollow" href="https://www.dressupgames.com/" target="_blank"><img src="img/Dress.png"></a> <br/> <br/> <br/> <a rel="nofollow" href="http://www.starsue.net/" target="_blank"><img src="img/star.png"></a> <br/> <br/> <br/> <a rel="nofollow" href="https://pastelkattogames.com/" target="_blank" ><img src="img/Pastelkattogames.jpg"></a> <br/> <br/> <br/> <a rel="nofollow" href="http://candys-world.com/" target="_blank" ><img src="img/Candy.png"></a> <br/> <br/> <br/> <a rel="nofollow" href="https://www.azaleasdolls.com/" target="_blank"><img src="img/azalea-dolls.jpg "></a> <br/> <br/> <br/> <a rel="nofollow" href="https://dl-girls.com/" target="_blank"><img src="img/dl-girls-logo-2.jpg "></a> <!--PROPAGANDAS DENTRO DO BOX CENTRAL........................................................................................--> <br/> <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>