aboutsummaryrefslogtreecommitdiff
path: root/app/class
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-08-17 19:49:51 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-08-17 19:49:51 +0200
commit11233711f4e16957fbe6f5c4f4399e269e87f68f (patch)
tree74e55889f7deb08871eafcefac61cba0a230f65d /app/class
parent463f06ec02ecc02a70147b6494e23ec93ca74420 (diff)
downloadwcms-11233711f4e16957fbe6f5c4f4399e269e87f68f.tar.gz
wcms-11233711f4e16957fbe6f5c4f4399e269e87f68f.zip
footer
Diffstat (limited to 'app/class')
-rw-r--r--app/class/controllerhome.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/class/controllerhome.php b/app/class/controllerhome.php
index 166ada9..e177272 100644
--- a/app/class/controllerhome.php
+++ b/app/class/controllerhome.php
@@ -33,6 +33,7 @@ class Controllerhome extends Controller
$columns = $this->modelhome->setcolumns($this->user->columns());
$vars = ['user' => $this->user, 'table2' => $table2, 'opt' => $this->opt, 'columns' => $columns];
+ $vars['footer'] = ['version' => getversion(), 'total' => count($table), 'database' => Config::arttable()];
if(isset($_POST['query']) && $this->user->iseditor()) {
$datas = array_merge($_POST, $_SESSION['opt']);