同样修改components\com_rss\rss.php文件,将268行最后;前增加.$row->fulltext
效果如下:
$item_description = $row->introtext.$row->fulltext;
Bookmark
Email this
Hits: 5800
Comments (0)

Write comment
同样修改components\com_rss\rss.php文件,将268行最后;前增加.$row->fulltext
效果如下:
$item_description = $row->introtext.$row->fulltext;
