include_once("includes/include.php"); include_once("includes/include-topo-config.php"); $vetCachos = ConteudoCadastro::getItensByArea(1, false, "AND indExibir='S'"); $vetInstitutos = ConteudoCadastro::getItensByArea(2, false, "AND indExibir='S'"); $vetServicos = ConteudoCadastro::getItensByArea(3, false, "AND indExibir='S'"); $vetCategoriasProdutos = ConteudoAreaCategoria::getCategoriasByArea(26, false, " AND indExibir = 'S'"); $vetInstitutosDestaques = ConteudoCadastro::getItensByDestaque(2, "AND A.indExibir='S'", "LEFT"); ?>