make play and playdisable equals
This commit is contained in:
parent
0500f54237
commit
450a837393
@ -3237,6 +3237,9 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
|
|||||||
elseif ($pictowithoutext == 'playdisabled') {
|
elseif ($pictowithoutext == 'playdisabled') {
|
||||||
$fakey = 'fa-play';
|
$fakey = 'fa-play';
|
||||||
$facolor = '#ccc';
|
$facolor = '#ccc';
|
||||||
|
} elseif ($pictowithoutext == 'play') {
|
||||||
|
$fakey = 'fa-play';
|
||||||
|
$facolor = '#444';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$fakey = 'fa-'.$pictowithoutext;
|
$fakey = 'fa-'.$pictowithoutext;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user