From fd02b41a4abd18041d51b629e46222335f482a23 Mon Sep 17 00:00:00 2001 From: Gustavo-erades Date: Tue, 23 Jan 2024 17:41:46 -0300 Subject: [PATCH] =?UTF-8?q?segmentando=20footer=20nas=20p=C3=A1ginas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.php | 1 + public/paginas/componentes/footer.php | 22 ++++++++++++++++++++++ public/paginas/creditos.php | 25 +++---------------------- 3 files changed, 26 insertions(+), 22 deletions(-) create mode 100644 public/paginas/componentes/footer.php diff --git a/public/index.php b/public/index.php index 0eafbb7..bf17d1a 100644 --- a/public/index.php +++ b/public/index.php @@ -7,6 +7,7 @@ $_SESSION["pathAcessos"]=$path.'app/helpers/funcoesPHP/gerenciarAcessos.php'; $_SESSION["pathPaginacao"]=$path.'app/helpers/paginacao.php'; $_SESSION["pathMenu"]=$path.'public/paginas/componentes/menu.php'; + $_SESSION["pathFooter"]=$path.'public/paginas/componentes/footer.php'; include_once($_SESSION["pathPaginacao"]); include($conteudo); \ No newline at end of file diff --git a/public/paginas/componentes/footer.php b/public/paginas/componentes/footer.php new file mode 100644 index 0000000..7a01c79 --- /dev/null +++ b/public/paginas/componentes/footer.php @@ -0,0 +1,22 @@ + +
+
+ + fale comigo: + + + + + + acessos. + + +
+
\ No newline at end of file diff --git a/public/paginas/creditos.php b/public/paginas/creditos.php index 0f34645..2beed6d 100644 --- a/public/paginas/creditos.php +++ b/public/paginas/creditos.php @@ -179,28 +179,9 @@