From dbdff59c140fe45d858f4dc2c611daf56005aef6 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 29 Jan 2020 14:18:52 +0100 Subject: new feature : secure level coloration in home --- app/view/templates/home.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/view/templates') diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 6b3bca3..60dd836 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -97,7 +97,7 @@ - tag($item->tag('array')) ?> + taglinks($item->tag('array')) ?> title() ?> @@ -121,10 +121,10 @@ date('dmy') ?> - secure('string') ?> + securelink($item->secure('int') , $item->secure('string')) ?> - author($item->authors('array')) ?> + authorlinks($item->authors('array')) ?> visitcount() ?> -- cgit v1.2.3