View file functions.inc.php
<?php ############################################ Автор: Воскобойник Diniyar63 ###################### ICQ: 217-95-85 ###################### E-mail: [email protected] ############################################ function del($text) { $text=str_replace("?>","? >", $text); $text=str_replace("<?","< ?", $text); $text=str_replace("$","USD", $text); return $text; } ?>