aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/contact.view.php2
-rw-r--r--app/views/index.view.php2
-rw-r--r--app/views/partials/footer.php1
-rw-r--r--public/error/403.html2
-rw-r--r--public/error/404.html2
5 files changed, 0 insertions, 9 deletions
diff --git a/app/views/contact.view.php b/app/views/contact.view.php
index 486a013..c2d40b6 100644
--- a/app/views/contact.view.php
+++ b/app/views/contact.view.php
@@ -89,8 +89,6 @@
</section>
-<section>
-
<?php require __DIR__ . '/partials/footer.php'; ?>
</body>
diff --git a/app/views/index.view.php b/app/views/index.view.php
index 476e98a..d84b60e 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -83,8 +83,6 @@
</section>
-<section>
-
<?php require __DIR__ . '/partials/footer.php'; ?>
</body>
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index 6c3ecdc..01c96b5 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -1,4 +1,3 @@
-</section>
<footer class="hero-foot">
<div class="footer">
diff --git a/public/error/403.html b/public/error/403.html
index d4591c8..6e00116 100644
--- a/public/error/403.html
+++ b/public/error/403.html
@@ -24,6 +24,4 @@
</div>
</section>
-<section>
-
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/footer.php'; ?>
diff --git a/public/error/404.html b/public/error/404.html
index 7da78a0..ea132da 100644
--- a/public/error/404.html
+++ b/public/error/404.html
@@ -25,6 +25,4 @@
</section>
-<section>
-
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/footer.php'; ?>