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/class | |
parent | 463f06ec02ecc02a70147b6494e23ec93ca74420 (diff) | |
download | wcms-11233711f4e16957fbe6f5c4f4399e269e87f68f.tar.gz wcms-11233711f4e16957fbe6f5c4f4399e269e87f68f.zip |
footer
Diffstat (limited to 'app/class')
-rw-r--r-- | app/class/controllerhome.php | 1 |
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']); |