Changeset 16016 for branches/comu-utf8/data/Smarty
- Timestamp:
- 2007/09/25 20:19:29 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-utf8/data/Smarty/templates/rss/index.tpl
r15099 r16016 29 29 <link> <!--{$arrNews[cnt].news_url|escape}--></link> 30 30 <!--{/if}--> 31 <title> <!--{ $arrNews[cnt].news_title|sf_mb_convert_encoding:$encode }--> </title>32 <description><!--{$arrNews[cnt].news_comment|truncate:256|sf_mb_convert_encoding:$encode }--></description>31 <title> <!--{ $arrNews[cnt].news_title|sf_mb_convert_encoding:$encode|escape }--> </title> 32 <description><!--{$arrNews[cnt].news_comment|truncate:256|sf_mb_convert_encoding:$encode|escape}--></description> 33 33 <!--{* <pubDate><!--{"r"|sf_mktime:$arrNews[cnt].hour:$arrNews[cnt].minute:$arrNews[cnt].second:$arrNews[cnt].month:$arrNews[cnt].day:$arrNews[cnt].year}--></pubDate> *}--> 34 34 <pubDate><!--{$timestamp}--></pubDate>
Note: See TracChangeset
for help on using the changeset viewer.