Skip to content

Commit

Permalink
make play and playdisable equals
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Oct 29, 2018
1 parent 0500f54 commit 450a837
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htdocs/core/lib/functions.lib.php
Expand Up @@ -3237,6 +3237,9 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
elseif ($pictowithoutext == 'playdisabled') {
$fakey = 'fa-play';
$facolor = '#ccc';
} elseif ($pictowithoutext == 'play') {
$fakey = 'fa-play';
$facolor = '#444';
}
else {
$fakey = 'fa-'.$pictowithoutext;
Expand Down

0 comments on commit 450a837

Please sign in to comment.