big-moving.ru/api/soft/smarty/3.1.21/libs/plugins/modifier.gorss.php

9 lines
211 B
PHP
Executable File

<?php
/*
Подготовка строки к выводу в rss
*/
function smarty_modifier_gorss($string)
{
return str_replace(array("&nbsp;", "&ndash;", "&mdash;", "&gt;", "&g", "&lt;", "&"),"",$string);
}