<?php function smarty_function_isYesOrNo($params) { extract($params); return ($value=='1')?'Yes':'No'; } ?>