cmc-sales/php/app/views/elements/booleanTick.ctp

5 lines
59 B
Plaintext
Raw Normal View History

<?
if($bool == 1) {
echo $html->image('tick.png');
}
?>