cmc-sales/views/elements/booleanTick.ctp
2011-04-12 14:54:06 +10:00

5 lines
59 B
PHP

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