From a30e115d62f10183acb7ff946821aaf066d4a61e Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 29 Jan 2020 16:52:37 +0100 Subject: working on cssparser for tags colors --- app/class/Controllerhome.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/class/Controllerhome.php') diff --git a/app/class/Controllerhome.php b/app/class/Controllerhome.php index 1603511..81e4300 100644 --- a/app/class/Controllerhome.php +++ b/app/class/Controllerhome.php @@ -27,11 +27,12 @@ class Controllerhome extends Controllerpage } else { - - $table = $this->modelhome->getlister(); $this->opt = $this->modelhome->optinit($table); + $css = 'a.tag_bgg-fds_gd { background-color: #FF0021; } '; + $this->opt->parsetagcss($css); + $table2 = $this->modelhome->table2($table, $this->opt); $columns = $this->modelhome->setcolumns($this->user->columns()); -- cgit v1.2.3