diff options
Diffstat (limited to 'app/view/templates/footer.php')
-rw-r--r-- | app/view/templates/footer.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/view/templates/footer.php b/app/view/templates/footer.php new file mode 100644 index 0000000..2960f6a --- /dev/null +++ b/app/view/templates/footer.php @@ -0,0 +1,5 @@ +<footer class="hidephone"> + Verson : <?= $footer['version'] ?> + | Database : <?= $footer['database'] ?> + | Pages : <?= $footer['total'] ?> +</footer>
\ No newline at end of file |