initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
function smarty_modifier_yes_no($value = 0)
|
||||
{
|
||||
if ($value === null)
|
||||
return "íåèçâåñòíî";
|
||||
if ($value)
|
||||
return 'äà';
|
||||
else
|
||||
return 'íåò';
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user