diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-08-17 19:49:51 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-08-17 19:49:51 +0200 |
commit | 11233711f4e16957fbe6f5c4f4399e269e87f68f (patch) | |
tree | 74e55889f7deb08871eafcefac61cba0a230f65d /app/view/templates/home.php | |
parent | 463f06ec02ecc02a70147b6494e23ec93ca74420 (diff) | |
download | wcms-11233711f4e16957fbe6f5c4f4399e269e87f68f.tar.gz wcms-11233711f4e16957fbe6f5c4f4399e269e87f68f.zip |
footer
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> |