diff options
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r-- | app/view/templates/home.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php index c226a9d..bf00301 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -199,6 +199,9 @@ <?php } ?> +<?php $this->insert('footer', ['footer' => $footer]) ?> + + </body> |