Fix #2: Change opacity of not public articles in list

This commit is contained in:
Léo Serre 2021-05-28 22:37:05 +02:00
parent 9b9654745f
commit b776e4f41c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<? foreach ($blogArticles->objs as $row) { ?>
<article <? if($row->is_archive == 't') echo 'class="article_archive" '; ?>>
<article<? if($row->is_public == 'f') echo ' class="article_archive" '; ?>>
<h2 class="article_title"><?=$row->name?>.</h2>
<div class="article_content"><?=mb_substr($row->content_txt,0,200)?>...</div>
<p class="article_legend">