cmc-sales/app/views/elements/booleanTick.ctp
2013-03-23 16:25:52 +11:00

5 lines
59 B
PHP
Executable file

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