NobuNobu
nobun****@users*****
2006年 5月 27日 (土) 23:07:41 JST
Index: xoops2jp/html/modules/base/templates/legacy_rss.html diff -u xoops2jp/html/modules/base/templates/legacy_rss.html:1.1.2.1 xoops2jp/html/modules/base/templates/legacy_rss.html:1.1.2.2 --- xoops2jp/html/modules/base/templates/legacy_rss.html:1.1.2.1 Fri May 26 13:23:06 2006 +++ xoops2jp/html/modules/base/templates/legacy_rss.html Sat May 27 23:07:41 2006 @@ -7,7 +7,6 @@ <lastBuildDate><{$channel_lastbuild|escape}></lastBuildDate> <docs>http://backend.userland.com/rss/</docs> <generator><{$channel_generator|escape}></generator> - <category><{$channel_category|escape}></category> <managingEditor><{$channel_editor|escape}></managingEditor> <webMaster><{$channel_webmaster|escape}></webMaster> <language><{$channel_language|escape}></language> @@ -24,6 +23,12 @@ <item> <title><{$item.title|escape}></title> <link><{$item.link|escape}></link> + <{if $item.author}> + <author><{$item.author|escape}></author> + <{/if}> + <{if $item.category}> + <category><{$item.category|escape}></category> + <{/if}> <{if $item.description}> <description><{$item.description|escape}></description> <{/if}>