Visavi.net
Светлая
Темная
View file app/lib/smarty/plugins/modifier.number.php
Downloads
CMS / Движки
VCMS, версия 1.1
View archive
View file
Свежие Креативы и море позитива !!!
File size: 107B
<?php function smarty_modifier_number($price) { return number_format($price, 0, ',', ' '); } ?>