diff --git a/data/templates/bookmarks.tpl.php b/data/templates/bookmarks.tpl.php index d0b5dff..b349ab7 100644 --- a/data/templates/bookmarks.tpl.php +++ b/data/templates/bookmarks.tpl.php @@ -319,6 +319,12 @@ if($currenttag!= '') { $privateNoteField = ''; } + if ($GLOBALS['enableVoting'] && $GLOBALS['hideBelowVoting'] !== null + && $row['bVoting'] < $GLOBALS['hideBelowVoting'] + ) { + $access .= ' below-threshold'; + } + // Output echo '