From 19458f7fc46c5a275f9a04b9e80fdf8175c85c6e Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sat, 12 Jan 2019 12:07:02 +0100 Subject: affcount home --- app/class/modelhome.php | 2 +- app/view/templates/home.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/class/modelhome.php b/app/class/modelhome.php index 07c89d8..4a2da53 100644 --- a/app/class/modelhome.php +++ b/app/class/modelhome.php @@ -11,7 +11,7 @@ class Modelhome extends Modelart { $opt = new Opt(Art2::classvarlist()); - $opt->setcol(['id', 'tag', 'linkfrom', 'linkto', 'description', 'title', 'datemodif', 'datecreation', 'date', 'secure']); + $opt->setcol(['id', 'tag', 'linkfrom', 'linkto', 'description', 'title', 'datemodif', 'datecreation', 'date', 'secure', 'affcount']); $opt->settaglist($table); $opt->submit(); diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 70474c1..6fcb0c8 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -55,7 +55,6 @@ edit see del - log tag summary to @@ -64,6 +63,7 @@ date of creation date privacy + affcount @@ -72,7 +72,6 @@ 👁 - tag('sort') ?> description('short') ?> linkto('sort') ?> @@ -81,6 +80,7 @@ datecreation('hrdi') ?> date('dmy') ?> secure('string') ?> + affcount() ?> -- cgit v1.2.3