OwlCyberSecurity - MANAGER
Edit File: header.php
<?php include("../includes/config.php"); include("../includes/conexao.php"); ?> <!doctype html> <html> <head> <meta charset="utf-8"> <title> <?php bloginfo("name"); wp_title('-'); ?> </title> <?php include("../includes/head.php"); ?> <?php wp_head(); ?> </head> <body id="comecoSite"> <!--LOGO E PROPAGANDA CABEĆALHO................................................................................................................................--> <?php include("../includes/topo.php"); ?> <!--REDES SOCIAIS................................................................................................................................--> <div class="container"> <div class="row"> <!--MENU-ESQUERDO................................................................................................................................--> <?php include("../includes/menu-esquerdo.php"); ?>